public final class CertificationRequestInfo extends Object
Modifier and Type | Field and Description |
---|---|
static ASN1Sequence |
ASN1 |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncoded()
Returns ASN.1 encoded form of this CertificationRequestInfo.
|
Name |
getSubject() |
int |
getVersion() |
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public static final ASN1Sequence ASN1
public Name getSubject()
public int getVersion()
public byte[] getEncoded()
public String toString()
Object
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString
method
if you intend implementing your own toString
method.