Skip navigation links

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

E10666-03


oracle.security.crypto.cmp
Class ProofOfPossession.SubsequentMsg

java.lang.Object
  extended by oracle.security.crypto.cmp.ProofOfPossession.SubsequentMsg

Enclosing class:
ProofOfPossession

public static class ProofOfPossession.SubsequentMsg
extends java.lang.Object

Type of subsequent message to be used for KeyEnciphermentPOP and KeyAgreementPOP.


Field Summary
static ProofOfPossession.SubsequentMsg CHALLENGE_RESP
          Private key possession will be proven directly in subsequent messages using a challenge-response exchange.
static ProofOfPossession.SubsequentMsg ENCR_CERT
          Private key possession will be proven indirectly in subsequent message by decrypting the encrypted certificate.

 

Method Summary
 java.lang.String toString()
           

 

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

 

Field Detail

ENCR_CERT

public static final ProofOfPossession.SubsequentMsg ENCR_CERT
Private key possession will be proven indirectly in subsequent message by decrypting the encrypted certificate.

CHALLENGE_RESP

public static final ProofOfPossession.SubsequentMsg CHALLENGE_RESP
Private key possession will be proven directly in subsequent messages using a challenge-response exchange.

Method Detail

toString

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

Skip navigation links

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

E10666-03


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