Uses of Class
com.yahoo.security.KeyId
Packages that use KeyId
-
Uses of KeyId in com.yahoo.security
Methods in com.yahoo.security that return KeyIdModifier and TypeMethodDescriptionSealedSharedKey.keyId()Returns the value of thekeyIdrecord component.static KeyIdKeyId.ofBytes(byte[] keyIdBytes) Construct a KeyId containing the given sequence of bytes.static KeyIdConstruct a KeyId containing the UTF-8 byte representation of the given string.Methods in com.yahoo.security with parameters of type KeyIdModifier and TypeMethodDescriptionstatic SecretSharedKeySharedKeyGenerator.generateForReceiverPublicKey(PublicKey receiverPublicKey, KeyId keyId) SharedKeyResealingSession.PrivateKeyProvider.privateKeyForId(KeyId id) static SecretSharedKeySharedKeyGenerator.reseal(SecretSharedKey secret, PublicKey receiverPublicKey, KeyId keyId) Constructors in com.yahoo.security with parameters of type KeyIdModifierConstructorDescriptionSealedSharedKey(int version, KeyId keyId, byte[] enc, byte[] ciphertext) Creates an instance of aSealedSharedKeyrecord class.