public abstract class KEMKeyWrapper extends AsymmetricKeyWrapper
Modifier | Constructor and Description |
---|---|
protected |
KEMKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId) |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
getEncapsulation() |
abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getKdfAlgorithmIdentifier() |
abstract int |
getKekLength() |
abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getWrapAlgorithmIdentifier() |
getAlgorithmIdentifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateWrappedKey
protected KEMKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
public abstract byte[] getEncapsulation()
public abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier getKdfAlgorithmIdentifier()
public abstract int getKekLength()
public abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier getWrapAlgorithmIdentifier()