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() |
getAlgorithmIdentifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateWrappedKeyprotected 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()