Skip navigation links

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

E10666-02


oracle.security.crypto.cmp
Class ProofOfPossession.Type

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

Enclosing class:
ProofOfPossession

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

Type of proof-of-possession.


Field Summary
static ProofOfPossession.Type KEY_AGREEMENT
           
static ProofOfPossession.Type KEY_ENCIPHERMENT
           
static ProofOfPossession.Type RA_VERIFIED
           
static ProofOfPossession.Type SIGNATURE
           

 

Method Summary
 int getValue()
           
 java.lang.String toString()
           

 

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

 

Field Detail

RA_VERIFIED

public static final ProofOfPossession.Type RA_VERIFIED

SIGNATURE

public static final ProofOfPossession.Type SIGNATURE

KEY_ENCIPHERMENT

public static final ProofOfPossession.Type KEY_ENCIPHERMENT

KEY_AGREEMENT

public static final ProofOfPossession.Type KEY_AGREEMENT

Method Detail

getValue

public int getValue()

toString

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

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.