Oracle Security Developer Tools PKI SDK CMP Java API Reference
10g (10.1.4.0.1)

B28166-01


oracle.security.crypto.cmp
Class PKICertID

java.lang.Object
  extended byoracle.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

Method Detail

getIssuer

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

getSerialNo

public java.math.BigInteger getSerialNo()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

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

Oracle Security Developer Tools PKI SDK CMP Java API Reference
10g (10.1.4.0.1)

B28166-01


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