public class AsnKeyParser extends Object
| Constructor and Description |
|---|
AsnKeyParser(List<Byte> contents) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalOid(byte[] first,
byte[] second) |
BigInteger[] |
parseRSAPublicKey() |
static byte[] |
trimLeadingZero(byte[] values) |
final AsnParser _parser
public static byte[] trimLeadingZero(byte[] values)
public static boolean equalOid(byte[] first,
byte[] second)
public BigInteger[] parseRSAPublicKey() throws BerDecodeException
BerDecodeExceptionCopyright © 2012. All Rights Reserved.