Uses of Interface
edu.iu.crypt.WebEncryptionRecipient.Builder
Packages that use WebEncryptionRecipient.Builder
-
Uses of WebEncryptionRecipient.Builder in edu.iu.crypt
Classes in edu.iu.crypt with type parameters of type WebEncryptionRecipient.BuilderModifier and TypeInterfaceDescriptionstatic interfaceWebEncryptionRecipient.Builder<B extends WebEncryptionRecipient.Builder<B>>Builder interface for definingWebEncryptionRecipientinstances.Methods in edu.iu.crypt that return WebEncryptionRecipient.BuilderModifier and TypeMethodDescriptionWebEncryption.Builder.addRecipient(WebKey.Algorithm algorithm) Adds a new recipient.static WebEncryptionRecipient.Builder<?> WebEncryption.to(WebEncryption.Encryption encryption, WebKey.Algorithm algorithm) Starts a new encrypted message for a single recipient withcompact semanticsand compression enabled. -
Uses of WebEncryptionRecipient.Builder in iu.crypt
Classes in iu.crypt that implement WebEncryptionRecipient.Builder