Class InternalKeyHandle


  • public final class InternalKeyHandle
    extends KeyHandle
    Class used to expose the protected KeyHandle constructor to the rest of Tink. This class is for Tink internal purposes only, and its public API is not guaranteed to be stable.
    • Constructor Detail

      • InternalKeyHandle

        public InternalKeyHandle​(TinkKey key,
                                 com.google.crypto.tink.proto.KeyStatusType status,
                                 int keyId)