Skip navigation links

Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10666-05


oracle.security.crypto.cmp
Class PKICertID

java.lang.Object
  extended by oracle.security.crypto.cmp.PKICertID

All Implemented Interfaces:
oracle.security.crypto.asn1.ASN1Object, oracle.security.crypto.util.Streamable

public class PKICertID
extends java.lang.Object
implements oracle.security.crypto.asn1.ASN1Object

Data sturcture to identify particular certificates.


Constructor Summary
PKICertID()
          Creates a new, empty PKICertID instance.
PKICertID(oracle.security.crypto.cert.GeneralName issuer, java.math.BigInteger serialNumber)
          Create a PKICertID with specified issue and serial number.
PKICertID(java.io.InputStream is)
           

 

Method Summary
 boolean equals(java.lang.Object o)
           
 oracle.security.crypto.cert.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()
           

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PKICertID

public PKICertID()
Creates a new, empty PKICertID instance. Note, the created object is not valid, and is intended primarily for use in conjunction with the input(java.io.InputStream) method.

PKICertID

public PKICertID(oracle.security.crypto.cert.GeneralName issuer,
                 java.math.BigInteger serialNumber)
Create a PKICertID with specified issue and serial number.

PKICertID

public PKICertID(java.io.InputStream is)
          throws java.io.IOException
Throws:
java.io.IOException

Method Detail

getIssuer

public oracle.security.crypto.cert.GeneralName getIssuer()

getSerialNo

public java.math.BigInteger getSerialNo()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

input

public void input(java.io.InputStream is)
           throws java.io.IOException
Specified by:
input in interface oracle.security.crypto.util.Streamable
Throws:
java.io.IOException

output

public void output(java.io.OutputStream os)
            throws java.io.IOException
Specified by:
output in interface oracle.security.crypto.util.Streamable
Throws:
java.io.IOException

length

public int length()
Specified by:
length in interface oracle.security.crypto.util.Streamable

Skip navigation links

Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10666-05


Copyright © 2005, 2013, Oracle. All rights reserved.