Skip navigation links

Oracle Security Developer Tools PKI SDK CMP Java API Reference
11g (11.1.1)

E10666-02


oracle.security.crypto.cmp
Class RevocationRequest

java.lang.Object
  extended by oracle.security.crypto.cmp.PKIMessageBody
      extended by oracle.security.crypto.cmp.RevocationRequest

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

public class RevocationRequest
extends PKIMessageBody

PKI message body of type Revocation Request.


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.security.crypto.cmp.PKIMessageBody
PKIMessageBody.Type

 

Constructor Summary
RevocationRequest()
          Create a new, empty RevocationRequest.
RevocationRequest(java.io.InputStream is)
           
RevocationRequest(RevDetails details)
          Create a new RevocationRequest with the given RevDetails for one certificate.

 

Method Summary
 void addRevDetails(RevDetails details)
          Add revocation details for additional certificates.
 java.util.Vector getRevDetails()
          Get the set of revocation details for this message body.
 PKIMessageBody.Type getType()
          Returns one of the values defined in PKIMessageBody.Type.
 void input(java.io.InputStream is)
          Initializes this object by reading its encoding from the given input stream.
 java.lang.String toString()
           

 

Methods inherited from class oracle.security.crypto.cmp.PKIMessageBody
inputInstance, length, output

 

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

 

Constructor Detail

RevocationRequest

public RevocationRequest()
Create a new, empty RevocationRequest. Use the addRevDetails(oracle.security.crypto.cmp.RevDetails) or input(java.io.InputStream) methods to complete the object's contents.

RevocationRequest

public RevocationRequest(RevDetails details)
Create a new RevocationRequest with the given RevDetails for one certificate.

RevocationRequest

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

Method Detail

addRevDetails

public void addRevDetails(RevDetails details)
Add revocation details for additional certificates.

getRevDetails

public java.util.Vector getRevDetails()
Get the set of revocation details for this message body.
Returns:
a Vector of RevDetails items.

getType

public PKIMessageBody.Type getType()
Description copied from class: PKIMessageBody
Returns one of the values defined in PKIMessageBody.Type.
Specified by:
getType in class PKIMessageBody

toString

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

input

public void input(java.io.InputStream is)
           throws java.io.IOException
Initializes this object by reading its encoding from the given input stream.
Throws:
java.io.IOException

Skip navigation links

Oracle Security Developer Tools PKI SDK CMP Java API Reference
11g (11.1.1)

E10666-02


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