|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.ac.IssuerSerial
public class IssuerSerial
This class represents the IssuerSerial ASN.1 construct.
Field Summary | |
---|---|
protected GeneralNames |
issuer
|
BIT_STRING |
issuerUID
|
protected java.math.BigInteger |
serial
|
Constructor Summary | |
---|---|
protected |
IssuerSerial()
|
|
IssuerSerial(ASN1Object ao)
This constructor builds an IssuerSerial from a given ASN1Object. |
|
IssuerSerial(GeneralNames issuer,
java.math.BigInteger serial,
BIT_STRING issuerUID)
This constructor builds an IssuerSerial object out of its components. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
void |
decode(ASN1Object ao)
This method decodes a given ASN1Object and sets IssuerSerial to its contents. |
GeneralNames |
getIssuer()
Returns the Issuer (GeneralNames) construct of the IssuerSerial. |
BIT_STRING |
getIssuerUID()
Returns the IssuerUID bit string of the IssuerSerial. |
java.math.BigInteger |
getSerial()
Returns the Serial Number of the IssuerSerial. |
void |
setIssuer(GeneralNames issuer)
Sets the Issuer (GeneralNames) construct of the IssuerSerial. |
void |
setIssuerUID(BIT_STRING issuerUID)
Sets the IssuerUID bit string of the IssuerSerial. |
void |
setSerial(java.math.BigInteger serial)
Sets the Serial Number of the IssuerSerial. |
ASN1Object |
toASN1Object()
This method returns the ASN1Object of IssuerSerial. |
java.lang.String |
toString()
|
java.lang.String |
toString(java.lang.String indent)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected GeneralNames issuer
protected java.math.BigInteger serial
public BIT_STRING issuerUID
Constructor Detail |
---|
protected IssuerSerial()
public IssuerSerial(ASN1Object ao) throws CodingException
ao
- - the ASN1Object representing IssuerSerial
CodingException
public IssuerSerial(GeneralNames issuer, java.math.BigInteger serial, BIT_STRING issuerUID)
issuer
- - the GeneralNames of the issuerserial
- - the BigInteger of the serial number of the PKC issued by
the issuerissuerUID
- - the BIT_STRING of issuer unique identifier of the PKC
issued by the issuer; can be null, if not presentMethod Detail |
---|
public GeneralNames getIssuer()
public void setIssuer(GeneralNames issuer)
public java.math.BigInteger getSerial()
public void setSerial(java.math.BigInteger serial)
public BIT_STRING getIssuerUID()
public void setIssuerUID(BIT_STRING issuerUID)
public ASN1Object toASN1Object() throws CodingException
CodingException
public void decode(ASN1Object ao) throws CodingException
ao
- - the ASN1Object to be decoded
CodingException
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String indent)
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |