Class AsnKeyParser
- java.lang.Object
-
- in.dragonbra.javasteam.util.crypto.AsnKeyParser
-
public class AsnKeyParser extends java.lang.Object- Since:
- 2018-02-24
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanequalOid(byte[] first, byte[] second)java.math.BigInteger[]parseRSAPublicKey()static byte[]trimLeadingZero(byte[] values)
-
-
-
Method Detail
-
trimLeadingZero
public static byte[] trimLeadingZero(byte[] values)
-
equalOid
public static boolean equalOid(byte[] first, byte[] second)
-
parseRSAPublicKey
public java.math.BigInteger[] parseRSAPublicKey() throws BerDecodeException- Throws:
BerDecodeException
-
-