public static enum XmlEncryptionDescriptor.CipherAlgorithm extends Enum<XmlEncryptionDescriptor.CipherAlgorithm>
Modifier and Type | Method and Description |
---|---|
BlockCipher |
initBlockCipher() |
static XmlEncryptionDescriptor.CipherAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlEncryptionDescriptor.CipherAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlEncryptionDescriptor.CipherAlgorithm AES
public static final XmlEncryptionDescriptor.CipherAlgorithm RC2
public static final XmlEncryptionDescriptor.CipherAlgorithm RC4
public static final XmlEncryptionDescriptor.CipherAlgorithm DES
public static final XmlEncryptionDescriptor.CipherAlgorithm _3DES
public static final XmlEncryptionDescriptor.CipherAlgorithm _3DES112
public static XmlEncryptionDescriptor.CipherAlgorithm[] values()
for (XmlEncryptionDescriptor.CipherAlgorithm c : XmlEncryptionDescriptor.CipherAlgorithm.values()) System.out.println(c);
public static XmlEncryptionDescriptor.CipherAlgorithm 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 BlockCipher initBlockCipher()
Copyright © 2010–2022 OpenHMS. All rights reserved.