Serialized Form

Package org.metastatic.jessie.pki.der

Class org.metastatic.jessie.pki.der.BitString extends java.lang.Object implements Serializable

Serialized Fields

bytes

 byte[] bytes
The bits themselves.

ignoredBits

 int ignoredBits
The number of bits ignored at the end of the byte array.

Class org.metastatic.jessie.pki.der.OID extends java.lang.Object implements Serializable

Serialized Fields

components

 int[] components
The numeric ID structure.

relative

 boolean relative
Whether or not this OID is relative.