Uses of Interface
org.bouncycastle.crypto.SecretWithEncapsulation
Packages that use SecretWithEncapsulation
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
-
Uses of SecretWithEncapsulation in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return SecretWithEncapsulationModifier and TypeMethodDescriptionEncapsulatedSecretExtractor.extractSecret
(byte[] encapsulation, int offset, int length) Open up an encapsulation and extract the key material it contains.EncapsulatingSecretGenerator.generate()
Generate an encapsulated secret, returning the encapsulation of the key material, and the key material, or secret, as well.