public interface

Control

org.bouncycastle.cert.crmf.Control
Known Indirect Subclasses

Class Overview

Generic interface for a CertificateRequestMessage control value.

Summary

Public Methods
abstract ASN1ObjectIdentifier getType()
Return the type of this control.
abstract ASN1Encodable getValue()
Return the value contained in this control object.

Public Methods

public abstract ASN1ObjectIdentifier getType ()

Return the type of this control.

Returns
  • an ASN1ObjectIdentifier representing the type.

public abstract ASN1Encodable getValue ()

Return the value contained in this control object.

Returns
  • the value of the control.