com.healthmarketscience.jackcess.impl.office
Enum XmlEncryptionDescriptor.CipherChaining
java.lang.Object
java.lang.Enum<XmlEncryptionDescriptor.CipherChaining>
com.healthmarketscience.jackcess.impl.office.XmlEncryptionDescriptor.CipherChaining
- All Implemented Interfaces:
- Serializable, Comparable<XmlEncryptionDescriptor.CipherChaining>
- Enclosing class:
- XmlEncryptionDescriptor
public static enum XmlEncryptionDescriptor.CipherChaining
- extends Enum<XmlEncryptionDescriptor.CipherChaining>
CHAININGMODECBC
public static final XmlEncryptionDescriptor.CipherChaining CHAININGMODECBC
CHAININGMODECFB
public static final XmlEncryptionDescriptor.CipherChaining CHAININGMODECFB
CHAININGMODECCM
public static final XmlEncryptionDescriptor.CipherChaining CHAININGMODECCM
CHAININGMODEGCM
public static final XmlEncryptionDescriptor.CipherChaining CHAININGMODEGCM
CHAININGMODEECB
public static final XmlEncryptionDescriptor.CipherChaining CHAININGMODEECB
values
public static XmlEncryptionDescriptor.CipherChaining[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (XmlEncryptionDescriptor.CipherChaining c : XmlEncryptionDescriptor.CipherChaining.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static XmlEncryptionDescriptor.CipherChaining valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
initChainingMode
public abstract org.bouncycastle.crypto.BlockCipher initChainingMode(org.bouncycastle.crypto.BlockCipher baseCipher)
Copyright © 2010-2017 Health Market Science. All Rights Reserved.