CertificateSerialNumber

This class defines the SerialNumber attribute for the Certificate.

@author Amit Kapoor @author Hemma Prafullchandra @see CertAttrSet

Constructors

this
this(BigInteger num)

Default constructor for the certificate attribute.

this
this(int num)

Default constructor for the certificate attribute.

this
this(DerInputStream stream)

Create the object, decoding the values from the passed DER stream.

this
this(InputStream stream)

Create the object, decoding the values from the passed stream.

this
this(DerValue val)

Create the object, decoding the values from the passed DerValue.

Members

Functions

encode
void encode(OutputStream stream)

Encode the serial number in DER form to the stream.

get
SerialNumber get(string name)

Get the attribute value.

getElements
Enumeration!string getElements()

Return an enumeration of names of attributes existing within this attribute.

getName
string getName()

Return the name of this attribute.

remove
void remove(string name)

Delete the attribute value.

set
void set(string name, SerialNumber obj)

Set the attribute value.

toString
string toString()

Return the serial number as user readable string.

Variables

IDENT
enum string IDENT;

Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.

NAME
enum string NAME;

Sub attributes name for this CertAttrSet.

NUMBER
enum string NUMBER;
Undocumented in source.

Meta