Uses of Class
org.bouncycastle.asn1.crmf.SinglePubInfo
-
Packages that use SinglePubInfo Package Description org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)." -
-
Uses of SinglePubInfo in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return SinglePubInfo Modifier and Type Method Description static SinglePubInfo
SinglePubInfo. getInstance(java.lang.Object o)
SinglePubInfo[]
PKIPublicationInfo. getPubInfos()
Constructors in org.bouncycastle.asn1.crmf with parameters of type SinglePubInfo Constructor Description PKIPublicationInfo(SinglePubInfo pubInfo)
Constructor with a single pubInfo, assumes pleasePublish as the action.PKIPublicationInfo(SinglePubInfo[] pubInfos)
Constructor with multiple pubInfo, assumes pleasePublish as the action.
-