public class PKICertID
extends java.lang.Object
| Constructor and Description |
|---|
PKICertID()
Creates a new, empty
PKICertID instance. |
PKICertID(GeneralName issuer, java.math.BigInteger serialNumber)
Create a
PKICertID with specified issue and serial number. |
PKICertID(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
GeneralName |
getIssuer() |
java.math.BigInteger |
getSerialNo() |
int |
hashCode() |
void |
input(java.io.InputStream is) |
int |
length() |
void |
output(java.io.OutputStream os) |
java.lang.String |
toString() |
public PKICertID()
PKICertID instance. Note, the created object is not valid, and is intended primarily for use in conjunction with the input(java.io.InputStream) method.public PKICertID(GeneralName issuer, java.math.BigInteger serialNumber)
PKICertID with specified issue and serial number.
public PKICertID(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic GeneralName getIssuer()
public java.math.BigInteger getSerialNo()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
public void input(java.io.InputStream is)
throws java.io.IOException
java.io.IOException
public void output(java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionpublic int length()