JSS 3.1.2

org.mozilla.jss.pkix.crmf
Class POPOPrivKey.Type

java.lang.Object
  |
  +--org.mozilla.jss.pkix.crmf.POPOPrivKey.Type
Enclosing class:
POPOPrivKey

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

The type of POPOPrivKey.


Field Summary
(package private) static POPOPrivKey.Type DHMAC
           
(package private) static POPOPrivKey.Type SUBSEQUENT_MESSAGE
           
(package private) static POPOPrivKey.Type THIS_MESSAGE
           
 
Constructor Summary
private POPOPrivKey.Type()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

THIS_MESSAGE

static final POPOPrivKey.Type THIS_MESSAGE

SUBSEQUENT_MESSAGE

static final POPOPrivKey.Type SUBSEQUENT_MESSAGE

DHMAC

static final POPOPrivKey.Type DHMAC
Constructor Detail

POPOPrivKey.Type

private POPOPrivKey.Type()

JSS 3.1.2