JSS 3.1.1

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

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

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

A type of PKIArchiveOption.


Field Summary
(package private) static PKIArchiveOptions.Type ARCHIVE_REM_GEN_PRIV_KEY
           
(package private) static PKIArchiveOptions.Type ENCRYPTED_PRIV_KEY
           
(package private) static PKIArchiveOptions.Type KEY_GEN_PARAMETERS
           
 
Constructor Summary
private PKIArchiveOptions.Type()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ENCRYPTED_PRIV_KEY

static final PKIArchiveOptions.Type ENCRYPTED_PRIV_KEY

KEY_GEN_PARAMETERS

static final PKIArchiveOptions.Type KEY_GEN_PARAMETERS

ARCHIVE_REM_GEN_PRIV_KEY

static final PKIArchiveOptions.Type ARCHIVE_REM_GEN_PRIV_KEY
Constructor Detail

PKIArchiveOptions.Type

private PKIArchiveOptions.Type()

JSS 3.1.1