Uses of Class
org.xipki.pkcs11.wrapper.PKCS11KeyId
-
Packages that use PKCS11KeyId Package Description org.xipki.pkcs11.wrapper -
-
Uses of PKCS11KeyId in org.xipki.pkcs11.wrapper
Fields in org.xipki.pkcs11.wrapper declared as PKCS11KeyId Modifier and Type Field Description protected PKCS11KeyIdPKCS11Key. idMethods in org.xipki.pkcs11.wrapper that return PKCS11KeyId Modifier and Type Method Description PKCS11KeyIdPKCS11Token. getKeyId(AttributeVector criteria)Gets thePKCS11KeyIdof a key satisfying the given criteria.PKCS11KeyIdPKCS11Key. id()Methods in org.xipki.pkcs11.wrapper with parameters of type PKCS11KeyId Modifier and Type Method Description PKCS11KeyPKCS11Token. getKey(PKCS11KeyId keyId)Gets thePKCS11Keyidentified by the givenPKCS11KeyId.
-