|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectissrg.ac.IssuerSerial
public class IssuerSerial
This class represents the IssuerSerial ASN.1 construct.
Field Summary | |
---|---|
protected iaik.asn1.structures.GeneralNames |
issuer
|
iaik.asn1.BIT_STRING |
issuerUID
|
protected java.math.BigInteger |
serial
|
Constructor Summary | |
---|---|
protected |
IssuerSerial()
|
|
IssuerSerial(iaik.asn1.ASN1Object ao)
This constructor builds an IssuerSerial from a given ASN1Object. |
|
IssuerSerial(iaik.asn1.structures.GeneralNames issuer,
java.math.BigInteger serial,
iaik.asn1.BIT_STRING issuerUID)
This constructor builds an IssuerSerial object out of its components. |
|
IssuerSerial(IssuerSerial is)
This constructor copies a given IssuerSerial. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
void |
decode(iaik.asn1.ASN1Object ao)
This method decodes a given ASN1Object and sets IssuerSerial to its contents. |
iaik.asn1.structures.GeneralNames |
getIssuer()
Returns the Issuer (GeneralNames) construct of the IssuerSerial. |
iaik.asn1.BIT_STRING |
getIssuerUID()
Returns the IssuerUID bit string of the IssuerSerial. |
java.math.BigInteger |
getSerial()
Returns the Serial Number of the IssuerSerial. |
void |
setIssuer(iaik.asn1.structures.GeneralNames issuer)
Sets the Issuer (GeneralNames) construct of the IssuerSerial. |
void |
setIssuerUID(iaik.asn1.BIT_STRING issuerUID)
Sets the IssuerUID bit string of the IssuerSerial. |
void |
setSerial(java.math.BigInteger serial)
Sets the Serial Number of the IssuerSerial. |
iaik.asn1.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 iaik.asn1.structures.GeneralNames issuer
protected java.math.BigInteger serial
public iaik.asn1.BIT_STRING issuerUID
Constructor Detail |
---|
protected IssuerSerial()
public IssuerSerial(iaik.asn1.ASN1Object ao) throws iaik.asn1.CodingException
ao
- - the ASN1Object representing IssuerSerial
iaik.asn1.CodingException
public IssuerSerial(IssuerSerial is) throws iaik.asn1.CodingException
is
- - the IssuerSerial to copy
iaik.asn1.CodingException
public IssuerSerial(iaik.asn1.structures.GeneralNames issuer, java.math.BigInteger serial, iaik.asn1.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 iaik.asn1.structures.GeneralNames getIssuer()
public void setIssuer(iaik.asn1.structures.GeneralNames issuer)
public java.math.BigInteger getSerial()
public void setSerial(java.math.BigInteger serial)
public iaik.asn1.BIT_STRING getIssuerUID()
public void setIssuerUID(iaik.asn1.BIT_STRING issuerUID)
public iaik.asn1.ASN1Object toASN1Object() throws iaik.asn1.CodingException
toASN1Object
in interface iaik.asn1.ASN1Type
iaik.asn1.CodingException
public void decode(iaik.asn1.ASN1Object ao) throws iaik.asn1.CodingException
decode
in interface iaik.asn1.ASN1Type
ao
- - the ASN1Object to be decoded
iaik.asn1.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 |