Skip navigation links 
 
oracle.security.crypto.cmp
Class RAVerifiedPOP
java.lang.Object
   oracle.security.crypto.cmp.ProofOfPossession
oracle.security.crypto.cmp.ProofOfPossession
       oracle.security.crypto.cmp.RAVerifiedPOP
oracle.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.
 
 
  
 
| Constructor Summary | 
| RAVerifiedPOP()Creates a new proof-of-possession value of the type raVerified.
 | 
| RAVerifiedPOP(java.io.InputStream is)
 | 
  
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
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
- 
- Throws:
- java.io.IOException
 
getType
public ProofOfPossession.Type getType()
- Description copied from class: ProofOfPossession
- Returns one of the values defined in ProofOfPossession.Type.
- 
- Specified by:
- getTypein class- ProofOfPossession
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
input
public void input(java.io.InputStream is)
           throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
Skip navigation links 
 
Copyright © 2005, 2011 , Oracle. All rights reserved.