Uses of Class
org.bouncycastle.asn1.cmp.CertifiedKeyPair
-
Packages that use CertifiedKeyPair Package Description org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510. -
-
Uses of CertifiedKeyPair in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return CertifiedKeyPair Modifier and Type Method Description CertifiedKeyPair
CertResponse. getCertifiedKeyPair()
static CertifiedKeyPair
CertifiedKeyPair. getInstance(java.lang.Object o)
CertifiedKeyPair[]
KeyRecRepContent. getKeyPairHist()
Constructors in org.bouncycastle.asn1.cmp with parameters of type CertifiedKeyPair Constructor Description CertResponse(ASN1Integer certReqId, PKIStatusInfo status, CertifiedKeyPair certifiedKeyPair, ASN1OctetString rspInfo)
-