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 Path
Odf. getCdfPath()
Obtiene la ruta (Path ASN.1 PKCS#15) hacia el CDF.Path
CertificatesContextSpecific. getCertificatesPath()
Obtiene la ruta (Path ASN.1 PKCS#15) hacia el CDF.Path
PrivateKeysContextSpecific. getPrivateKeysPath()
Obtiene la ruta (Path ASN.1 PKCS#15) hacia el PrKDF.Path
Odf. getPrKdfPath()
Obtiene la ruta (Path ASN.1 PKCS#15) hacia el PrKDF.Path
PublicKeysContextSpecific. getPublicKeysPath()
Obtiene la ruta (Path ASN.1 PKCS#15) hacia el PuKDF.Path
Odf. getPuKdfPath()
Obtiene la ruta (Path ASN.1 PKCS#15) hacia el PuKDF.
-