public class PublicEncryptionKey
extends org.bouncycastle.asn1.ASN1Object
Modifier and Type | Class and Description |
---|---|
static class |
PublicEncryptionKey.Builder |
Constructor and Description |
---|
PublicEncryptionKey(SymmAlgorithm supportedSymmAlg,
BasePublicEncryptionKey basePublicEncryptionKey) |
Modifier and Type | Method and Description |
---|---|
static PublicEncryptionKey.Builder |
builder() |
static PublicEncryptionKey |
getInstance(java.lang.Object o) |
BasePublicEncryptionKey |
getPublicKey() |
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 getPublicKey()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
public static PublicEncryptionKey.Builder builder()