Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.crmf
Interface Control

All Known Implementing Classes:
PKIArchiveControl, AuthenticatorControl, RegTokenControl

public interface Control

Generic interface for a CertificateRequestMessage control value.


Method Summary
 org.bouncycastle.asn1.ASN1ObjectIdentifier getType()
          Return the type of this control.
 org.bouncycastle.asn1.ASN1Encodable getValue()
          Return the value contained in this control object.
 

Method Detail

getType

public org.bouncycastle.asn1.ASN1ObjectIdentifier getType()
Return the type of this control.
Returns:
an ASN1ObjectIdentifier representing the type.

getValue

public org.bouncycastle.asn1.ASN1Encodable getValue()
Return the value contained in this control object.
Returns:
the value of the control.

Bouncy Castle Cryptography Library 1.79