Uses of Class
org.bouncycastle.asn1.crmf.EncryptedKey
-
Packages that use EncryptedKey Package Description org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 4210.org.bouncycastle.asn1.crmf Support classes useful for encoding and supporting PKIX-CRMF as described RFC 4211. -
-
Uses of EncryptedKey in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return EncryptedKey Modifier and Type Method Description EncryptedKey
CertOrEncCert. getEncryptedCert()
EncryptedKey
CertifiedKeyPair. getPrivateKey()
Constructors in org.bouncycastle.asn1.cmp with parameters of type EncryptedKey Constructor Description CertifiedKeyPair(CertOrEncCert certOrEncCert, EncryptedKey privateKey, PKIPublicationInfo publicationInfo)
CertOrEncCert(EncryptedKey encryptedKey)
-
Uses of EncryptedKey in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return EncryptedKey Modifier and Type Method Description static EncryptedKey
EncryptedKey. getInstance(Object o)
Constructors in org.bouncycastle.asn1.crmf with parameters of type EncryptedKey Constructor Description PKIArchiveOptions(EncryptedKey encKey)
-