Skip navigation links

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

E10666-04


oracle.security.crypto.cmp
Class CertificationResponse

java.lang.Object
  extended by oracle.security.crypto.cmp.PKIMessageBody
      extended by oracle.security.crypto.cmp.PKICertRepMessage
          extended by oracle.security.crypto.cmp.CertificationResponse

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

public class CertificationResponse
extends PKICertRepMessage

PKI message body of type Certification Response.


Nested Class Summary

 

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

 

Constructor Summary
CertificationResponse()
          Create a new, empty CertificationResponse.
CertificationResponse(CertResponse cr)
          Creates a new CertificationResponse message body with the specified CertResponse.
CertificationResponse(java.io.InputStream is)
          Create a new CertificationResponse by reading its encoding from the given input stream.

 

Method Summary
 PKIMessageBody.Type getType()
          Returns one of the values defined in PKIMessageBody.Type.

 

Methods inherited from class oracle.security.crypto.cmp.PKICertRepMessage
addCertificate, addCertResponse, getCertificates, getCertResponses, input, 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

CertificationResponse

public CertificationResponse()
Create a new, empty CertificationResponse. Use the PKICertRepMessage.addCertResponse(oracle.security.crypto.cmp.CertResponse) or PKICertRepMessage.input(java.io.InputStream) methods to complete the object's contents.

CertificationResponse

public CertificationResponse(CertResponse cr)
Creates a new CertificationResponse message body with the specified CertResponse.

CertificationResponse

public CertificationResponse(java.io.InputStream is)
                      throws java.io.IOException
Create a new CertificationResponse by reading its encoding from the given input stream.
Throws:
java.io.IOException

Method Detail

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

Skip navigation links

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

E10666-04


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