Skip navigation links

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

E10666-02


oracle.security.crypto.cmp
Class CRLAnnouncement

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

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

public class CRLAnnouncement
extends PKIMessageBody

PKI message body of type CRL Announcement.


Nested Class Summary

 

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

 

Constructor Summary
CRLAnnouncement()
          Create a new CRLAnnouncement.
CRLAnnouncement(oracle.security.crypto.cert.CRL crl)
          Create a new CRLAnnouncement message body with the specified CRL.
CRLAnnouncement(java.io.InputStream is)
           

 

Method Summary
 void addCRL(oracle.security.crypto.cert.CRL crl)
          Add a CRL to this CRLAnnouncement.
 java.util.Vector getCRLs()
          Return the CRLs in this CRLAnnouncement.
 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

CRLAnnouncement

public CRLAnnouncement()
Create a new CRLAnnouncement. Use the addCRL method to add CRLs.

CRLAnnouncement

public CRLAnnouncement(oracle.security.crypto.cert.CRL crl)
Create a new CRLAnnouncement message body with the specified CRL.

CRLAnnouncement

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

Method Detail

addCRL

public void addCRL(oracle.security.crypto.cert.CRL crl)
Add a CRL to this CRLAnnouncement.

getCRLs

public java.util.Vector getCRLs()
Return the CRLs in this CRLAnnouncement.

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.