Uses of Interface
org.bouncycastle.cert.crmf.Control
-
Packages that use Control Package Description org.bouncycastle.cert.crmf Basic support package for handling and creating CRMF (RFC 4211) certificate request messages. -
-
Uses of Control in org.bouncycastle.cert.crmf
Classes in org.bouncycastle.cert.crmf that implement Control Modifier and Type Class Description class
AuthenticatorControl
Carrier for an authenticator control.class
PKIArchiveControl
Carrier for a PKIArchiveOptions structure.class
RegTokenControl
Carrier for a registration token control.Methods in org.bouncycastle.cert.crmf that return Control Modifier and Type Method Description Control
CertificateRequestMessage. getControl(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
Return a control value of the specified type.Methods in org.bouncycastle.cert.crmf with parameters of type Control Modifier and Type Method Description CertificateRequestMessageBuilder
CertificateRequestMessageBuilder. addControl(Control control)
-