com.healthmarketscience.jackcess.impl.office
Enum XmlEncryptionDescriptor.CipherChaining

java.lang.Object
  extended by java.lang.Enum<XmlEncryptionDescriptor.CipherChaining>
      extended by 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>


Enum Constant Summary
CHAININGMODECBC
           
CHAININGMODECCM
           
CHAININGMODECFB
           
CHAININGMODEECB
           
CHAININGMODEGCM
           
 
Method Summary
abstract  org.bouncycastle.crypto.BlockCipher initChainingMode(org.bouncycastle.crypto.BlockCipher baseCipher)
           
static XmlEncryptionDescriptor.CipherChaining valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlEncryptionDescriptor.CipherChaining[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.