org.apache.commons.ssl
Class ASN1Util
java.lang.Object
org.apache.commons.ssl.ASN1Util
- public class ASN1Util
- extends java.lang.Object
- Since:
- 16-Nov-2005
- Author:
- Credit Union Central of British Columbia, www.cucbc.com, juliusdavies@cucbc.com
|
Field Summary |
static java.math.BigInteger |
BIGGEST
|
static boolean |
DEBUG
|
|
Method Summary |
static org.apache.commons.ssl.ASN1Structure |
analyze(byte[] asn1)
|
static void |
analyze(DEREncodable seq,
org.apache.commons.ssl.ASN1Structure pkcs8,
int depth)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static boolean DEBUG
BIGGEST
public static final java.math.BigInteger BIGGEST
ASN1Util
public ASN1Util()
analyze
public static org.apache.commons.ssl.ASN1Structure analyze(byte[] asn1)
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
analyze
public static void analyze(DEREncodable seq,
org.apache.commons.ssl.ASN1Structure pkcs8,
int depth)
Copyright © 2011. All Rights Reserved.