Class DerParser

java.lang.Object
io.smallrye.certs.pem.der.DerParser

public class DerParser extends Object
An ASN.1 DER encoded element.

The ASN.1 DER encoding is a standard way to encode data structures in binary form: Identifier octets type | Length octets | Contents octets (Value) | End-of-Contents octets (only if indefinite form)

See Also:
  • Constructor Details

    • DerParser

      public DerParser(byte[] bytes)
  • Method Details

    • content

      public io.vertx.core.buffer.Buffer content()
    • toByteArray

      public byte[] toByteArray()
    • type

      public DerParser.Type type()
    • tag

      public long tag()
    • length

      public int length()
    • next

      public DerParser next()