Uses of Class
org.mozilla.jss.pkcs11.attrs.CKAClass

Packages that use CKAClass
Package
Description
 
  • Uses of CKAClass in org.mozilla.jss.pkcs11.attrs

    Modifier and Type
    Class
    Description
    static class 
    Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_CLASS and value CKO_CERTIFICATE.
    static class 
    Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_CLASS and value CKO_DATA.
    static class 
    Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_CLASS and value CKO_DOMAIN_PARAMETERS.
    static class 
    Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_CLASS and value CKO_HW_FEATURE.
    static class 
    Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_CLASS and value CKO_MECHANISM.
    static class 
    Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_CLASS and value CKO_PRIVATE_KEY.
    static class 
    Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_CLASS and value CKO_PUBLIC_KEY.
    static class 
    Representation of a PKCS#11 CK_ATTRIBUTE with type CKA_CLASS and value CKO_SECRET_KEY.