Uses of Interface
org.bouncycastle.crypto.SecretWithEncapsulation
-
Packages that use SecretWithEncapsulation Package Description org.bouncycastle.crypto 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 SecretWithEncapsulation Modifier and Type Method Description SecretWithEncapsulationEncapsulatedSecretExtractor. extractSecret(byte[] encapsulation, int offset, int length)Open up an encapsulation and extract the key material it contains.SecretWithEncapsulationEncapsulatingSecretGenerator. generate()Generate an encapsulated secret, returning the encapsulation of the key material, and the key material, or secret, as well.
-