JSS 3.1.1

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

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

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

The type of EncryptedKey.


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

Field Detail

ENCRYPTED_VALUE

static final EncryptedKey.Type ENCRYPTED_VALUE

ENVELOPED_DATA

static final EncryptedKey.Type ENVELOPED_DATA
Constructor Detail

EncryptedKey.Type

private EncryptedKey.Type()

JSS 3.1.1