Uses of Class
org.bouncycastle.asn1.crmf.EncryptedValue
-
Packages that use EncryptedValue 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 EncryptedValue in org.bouncycastle.asn1.cmp
Constructors in org.bouncycastle.asn1.cmp with parameters of type EncryptedValue Constructor Description CertifiedKeyPair(CertOrEncCert certOrEncCert, EncryptedValue privateKey, PKIPublicationInfo publicationInfo)
CertOrEncCert(EncryptedValue encryptedCert)
-
Uses of EncryptedValue in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return EncryptedValue Modifier and Type Method Description static EncryptedValue
EncryptedValue. getInstance(Object o)
Constructors in org.bouncycastle.asn1.crmf with parameters of type EncryptedValue Constructor Description EncryptedKey(EncryptedValue encryptedValue)
-