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

B28166-01


oracle.security.crypto.cmp
Class RAVerifiedPOP

java.lang.Object
  extended byoracle.security.crypto.cmp.ProofOfPossession
      extended byoracle.security.crypto.cmp.RAVerifiedPOP

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

public class RAVerifiedPOP
extends ProofOfPossession

CRMF proof-of-possession value which indicates that such proof has already been verified by a registration authority.


Nested Class Summary

 

Nested classes inherited from class oracle.security.crypto.cmp.ProofOfPossession
ProofOfPossession.SubsequentMsg, ProofOfPossession.Type

 

Constructor Summary
RAVerifiedPOP()
          Creates a new proof-of-possession value of the type raVerified.
RAVerifiedPOP(java.io.InputStream is)
           

 

Method Summary
 ProofOfPossession.Type getType()
          Returns one of the values defined in ProofOfPossession.Type.
 void input(java.io.InputStream is)
           
 java.lang.String toString()
           

 

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

 

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

 

Constructor Detail

RAVerifiedPOP

public RAVerifiedPOP()
Creates a new proof-of-possession value of the type raVerified.

RAVerifiedPOP

public RAVerifiedPOP(java.io.InputStream is)
              throws java.io.IOException

Method Detail

getType

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

toString

public java.lang.String toString()

input

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

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.