Uses of Record Class
com.yahoo.security.SealedSharedKey
Packages that use SealedSharedKey
-
Uses of SealedSharedKey in com.yahoo.security
Methods in com.yahoo.security that return SealedSharedKeyModifier and TypeMethodDescriptionstatic SealedSharedKeySealedSharedKey.fromTokenString(String tokenString) Attempts to unwrap a SealedSharedKey opaque token representation that was previously created by a call to toTokenString().SharedKeyResealingSession.ResealingResponse.resealedKey()Returns the value of theresealedKeyrecord component.SharedKeyResealingSession.ResealingRequest.sealedKey()Returns the value of thesealedKeyrecord component.SecretSharedKey.sealedSharedKey()Returns the value of thesealedSharedKeyrecord component.Methods in com.yahoo.security with parameters of type SealedSharedKeyModifier and TypeMethodDescriptionstatic SecretSharedKeySharedKeyGenerator.fromSealedKey(SealedSharedKey sealedKey, PrivateKey receiverPrivateKey) SharedKeyResealingSession.resealingRequestFor(SealedSharedKey sealedSharedKey) Constructors in com.yahoo.security with parameters of type SealedSharedKeyModifierConstructorDescriptionResealingRequest(XECPublicKey ephemeralPubKey, SealedSharedKey sealedKey) Creates an instance of aResealingRequestrecord class.ResealingResponse(SealedSharedKey resealedKey) Creates an instance of aResealingResponserecord class.SecretSharedKey(SecretKey secretKey, SealedSharedKey sealedSharedKey) Creates an instance of aSecretSharedKeyrecord class.