Uses of Class
org.bouncycastle.asn1.cmp.PKIMessage
-
Packages that use PKIMessage Package Description org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510. -
-
Uses of PKIMessage in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return PKIMessage Modifier and Type Method Description static PKIMessage
PKIMessage. getInstance(java.lang.Object o)
PKIMessage[]
PKIMessages. toPKIMessageArray()
Constructors in org.bouncycastle.asn1.cmp with parameters of type PKIMessage Constructor Description PKIMessages(PKIMessage msg)
PKIMessages(PKIMessage[] msgs)
-