Package org.bouncycastle.cert.crmf
Interface Control
- All Known Implementing Classes:
AuthenticatorControl
,PKIArchiveControl
,RegTokenControl
public interface Control
Generic interface for a CertificateRequestMessage control value.
-
Method Summary
-
Method Details
-
getType
org.bouncycastle.asn1.ASN1ObjectIdentifier getType()Return the type of this control.- Returns:
- an ASN1ObjectIdentifier representing the type.
-
getValue
org.bouncycastle.asn1.ASN1Encodable getValue()Return the value contained in this control object.- Returns:
- the value of the control.
-