Uses of Class
es.gob.jmulticard.asn1.der.pkcs15.Path
-
Packages that use Path Package Description es.gob.jmulticard.asn1.der.pkcs15 Contiene los tipos compuestos ASN.1 empleados en la normativa PKCS#15 (estándar de formato de información de dispositivo criptográfico). -
-
Uses of Path in es.gob.jmulticard.asn1.der.pkcs15
Methods in es.gob.jmulticard.asn1.der.pkcs15 that return Path Modifier and Type Method Description PathOdf. getCdfPath()Obtiene la ruta (Path ASN.1 PKCS#15) hacia el CDF.PathCertificatesContextSpecific. getCertificatesPath()Obtiene la ruta (Path ASN.1 PKCS#15) hacia el CDF.PathPrivateKeysContextSpecific. getPrivateKeysPath()Obtiene la ruta (Path ASN.1 PKCS#15) hacia el PrKDF.PathOdf. getPrKdfPath()Obtiene la ruta (Path ASN.1 PKCS#15) hacia el PrKDF.PathPublicKeysContextSpecific. getPublicKeysPath()Obtiene la ruta (Path ASN.1 PKCS#15) hacia el PuKDF.PathOdf. getPuKdfPath()Obtiene la ruta (Path ASN.1 PKCS#15) hacia el PuKDF.
-