Class Path


public final class Path extends Sequence
Tipo ASN.1 PKCS#15 Path.
  Path ::= SEQUENCE {
   path OCTET STRING,
   index INTEGER (0..pkcs15-ub-index) OPTIONAL,
   length [0] INTEGER (0..pkcs15-ub-index) OPTIONAL
  }
 
  • Constructor Details

    • Path

      public Path()
      Crea un objeto ASN.1 PKCS#15 Path.
  • Method Details

    • getPathString

      String getPathString()
      Obtiene la ruta del certificado como texto.
      Returns:
      Ruta del certificado como texto
    • getPathBytes

      public byte[] getPathBytes()
      Obtiene la ruta en forma de array de octetos.
      Returns:
      Ruta en forma de array de octetos.
    • toString

      public String toString()
      Overrides:
      toString in class Object