Package io.fusionauth.der
Class DerValue
java.lang.Object
io.fusionauth.der.DerValue
- Author:
- Daniel DeGroff
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDerValue(int tag, byte[] value) DerValue(int tag, DerOutputStream os) DerValue(BigInteger integer) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBigInteger(boolean signed) intgetOID()inthashCode()byte[]toString()
-
Field Details
-
tag
-
-
Constructor Details
-
DerValue
-
DerValue
public DerValue(int tag, byte[] value) -
DerValue
-
DerValue
-
-
Method Details
-
equals
-
getBigInteger
-
getBigInteger
-
getBitString
-
getLength
public int getLength() -
getOID
- Throws:
IOException
-
getPositiveBigInteger
-
hashCode
public int hashCode() -
toByteArray
public byte[] toByteArray() -
toString
-