Package io.fusionauth.der
Class DerInputStream
java.lang.Object
io.fusionauth.der.DerInputStream
- Author:
- Daniel DeGroff
-
Field Details
-
data
-
length
public int length
-
-
Constructor Details
-
DerInputStream
-
DerInputStream
public DerInputStream(byte[] bytes)
-
-
Method Details
-
equals
-
getOID
- Throws:
DerDecodingException
-
getSequence
- Throws:
DerDecodingException
-
hashCode
public int hashCode() -
readDerValue
- Throws:
DerDecodingException
-
toByteArray
public byte[] toByteArray()
-