Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1
Class LocaleUtil

java.lang.Object
  |
  +--org.bouncycastle.asn1.LocaleUtil

public class LocaleUtil
extends java.lang.Object

ASN.1 uses an EN locale for its internal formatting. This class finds the nearest equivalent in the current JVM to ensure date formats are always respected.


Field Summary
static java.util.Locale EN_Locale
           
 
Constructor Summary
LocaleUtil()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EN_Locale

public static java.util.Locale EN_Locale
Constructor Detail

LocaleUtil

public LocaleUtil()

Bouncy Castle Cryptography Library 1.77.0