Uses of Class
org.bouncycastle.asn1.crmf.AttributeTypeAndValue
-
Packages that use AttributeTypeAndValue Package Description org.bouncycastle.asn1.crmf -
-
Uses of AttributeTypeAndValue in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return AttributeTypeAndValue Modifier and Type Method Description static AttributeTypeAndValue
AttributeTypeAndValue. getInstance(Object o)
AttributeTypeAndValue[]
CertReqMsg. getRegInfo()
AttributeTypeAndValue[]
Controls. toAttributeTypeAndValueArray()
Constructors in org.bouncycastle.asn1.crmf with parameters of type AttributeTypeAndValue Constructor Description CertReqMsg(CertRequest certReq, ProofOfPossession pop, AttributeTypeAndValue[] regInfo)
Creates a new CertReqMsg.Controls(AttributeTypeAndValue atv)
Controls(AttributeTypeAndValue[] atvs)
-