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 4210. -
-
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(Object o)
CertifiedKeyPair[]
KeyRecRepContent. getKeyPairHist()
Constructors in org.bouncycastle.asn1.cmp with parameters of type CertifiedKeyPair Constructor Description CertResponse(org.bouncycastle.asn1.ASN1Integer certReqId, PKIStatusInfo status, CertifiedKeyPair certifiedKeyPair, org.bouncycastle.asn1.ASN1OctetString rspInfo)
-