public static enum Pkcs11conf.NewObjectConf.CertAttribute extends Enum<Pkcs11conf.NewObjectConf.CertAttribute>
| Enum Constant and Description |
|---|
CKA_END_DATE |
CKA_ISSUER |
CKA_SERIAL_NUMBER |
CKA_START_DATE |
CKA_SUBJECT |
| Modifier and Type | Method and Description |
|---|---|
long |
getPkcs11CkaCode() |
static Pkcs11conf.NewObjectConf.CertAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pkcs11conf.NewObjectConf.CertAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pkcs11conf.NewObjectConf.CertAttribute CKA_START_DATE
public static final Pkcs11conf.NewObjectConf.CertAttribute CKA_END_DATE
public static final Pkcs11conf.NewObjectConf.CertAttribute CKA_SUBJECT
public static final Pkcs11conf.NewObjectConf.CertAttribute CKA_ISSUER
public static final Pkcs11conf.NewObjectConf.CertAttribute CKA_SERIAL_NUMBER
public static Pkcs11conf.NewObjectConf.CertAttribute[] values()
for (Pkcs11conf.NewObjectConf.CertAttribute c : Pkcs11conf.NewObjectConf.CertAttribute.values()) System.out.println(c);
public static Pkcs11conf.NewObjectConf.CertAttribute valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic long getPkcs11CkaCode()
Copyright © 2018. All rights reserved.