public enum CMSFormat extends Enum<CMSFormat>
Enum Constant and Description |
---|
PKCS7 |
PKCS7_ISO320001 |
Modifier and Type | Method and Description |
---|---|
String |
getOID() |
byte[] |
getValue() |
static CMSFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMSFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMSFormat PKCS7
public static final CMSFormat PKCS7_ISO320001
public static CMSFormat[] values()
for (CMSFormat c : CMSFormat.values()) System.out.println(c);
public static CMSFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getOID()
public byte[] getValue()
Copyright © 2017 Nets Branch Norway. All Rights Reserved.