public class PublicEncryptionKey
extends org.bouncycastle.asn1.ASN1Object
Constructor and Description |
---|
PublicEncryptionKey(SymmAlgorithm supportedSymmAlg,
BasePublicEncryptionKey basePublicEncryptionKey) |
Modifier and Type | Method and Description |
---|---|
BasePublicEncryptionKey |
getBasePublicEncryptionKey() |
static PublicEncryptionKey |
getInstance(java.lang.Object o) |
SymmAlgorithm |
getSupportedSymmAlg() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public PublicEncryptionKey(SymmAlgorithm supportedSymmAlg, BasePublicEncryptionKey basePublicEncryptionKey)
public static PublicEncryptionKey getInstance(java.lang.Object o)
public SymmAlgorithm getSupportedSymmAlg()
public BasePublicEncryptionKey getBasePublicEncryptionKey()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object