org.bouncycastle.jce.provider.symmetric
Class AESMappings

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.bouncycastle.jce.provider.symmetric.AESMappings
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class AESMappings
extends java.util.HashMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
private static java.lang.String wrongAES128
          These three got introduced in some messages as a result of a typo in an early document.
private static java.lang.String wrongAES192
           
private static java.lang.String wrongAES256
           
 
Constructor Summary
AESMappings()
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

wrongAES128

private static final java.lang.String wrongAES128
These three got introduced in some messages as a result of a typo in an early document. We don't produce anything using these OID values, but we'll read them.

See Also:
Constant Field Values

wrongAES192

private static final java.lang.String wrongAES192
See Also:
Constant Field Values

wrongAES256

private static final java.lang.String wrongAES256
See Also:
Constant Field Values
Constructor Detail

AESMappings

public AESMappings()