public enum KeyUsage extends Enum<KeyUsage> implements org.apache.kerby.asn1.EnumType
| Modifier and Type | Method and Description |
|---|---|
static KeyUsage |
fromValue(Integer value) |
String |
getName() |
int |
getValue() |
static boolean |
isValid(int usage) |
static KeyUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyUsage UNKNOWN
public static final KeyUsage NONE
public static final KeyUsage AS_REQ_PA_ENC_TS
public static final KeyUsage KDC_REP_TICKET
public static final KeyUsage AS_REP_ENCPART
public static final KeyUsage TGS_REQ_AD_SESSKEY
public static final KeyUsage TGS_REQ_AD_SUBKEY
public static final KeyUsage TGS_REQ_AUTH_CKSUM
public static final KeyUsage TGS_REQ_AUTH
public static final KeyUsage TGS_REP_ENCPART_SESSKEY
public static final KeyUsage TGS_REP_ENCPART_SUBKEY
public static final KeyUsage AP_REQ_AUTH_CKSUM
public static final KeyUsage AP_REQ_AUTH
public static final KeyUsage AP_REP_ENCPART
public static final KeyUsage KRB_PRIV_ENCPART
public static final KeyUsage KRB_CRED_ENCPART
public static final KeyUsage KRB_SAFE_CKSUM
public static final KeyUsage APP_DATA_ENCRYPT
public static final KeyUsage APP_DATA_CKSUM
public static final KeyUsage KRB_ERROR_CKSUM
public static final KeyUsage AD_KDCISSUED_CKSUM
public static final KeyUsage AD_MTE
public static final KeyUsage AD_ITE
public static final KeyUsage GSS_TOK_MIC
public static final KeyUsage GSS_TOK_WRAP_INTEG
public static final KeyUsage GSS_TOK_WRAP_PRIV
public static final KeyUsage PA_SAM_CHALLENGE_CKSUM
public static final KeyUsage PA_SAM_CHALLENGE_TRACKID
public static final KeyUsage PA_SAM_RESPONSE
public static final KeyUsage PA_S4U_X509_USER_REQUEST
public static final KeyUsage PA_S4U_X509_USER_REPLY
public static final KeyUsage PA_REFERRAL
public static final KeyUsage AD_SIGNEDPATH
public static final KeyUsage IAKERB_FINISHED
public static final KeyUsage PA_PKINIT_KX
public static final KeyUsage PA_OTP_REQUEST
public static final KeyUsage FAST_REQ_CHKSUM
public static final KeyUsage FAST_ENC
public static final KeyUsage FAST_REP
public static final KeyUsage FAST_FINISHED
public static final KeyUsage ENC_CHALLENGE_CLIENT
public static final KeyUsage ENC_CHALLENGE_KDC
public static final KeyUsage AS_REQ
public static final KeyUsage PA_TOKEN
public static final KeyUsage AD_CAMMAC_VERIFIER_MAC
public static KeyUsage[] values()
for (KeyUsage c : KeyUsage.values()) System.out.println(c);
public static KeyUsage 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 int getValue()
getValue in interface org.apache.kerby.asn1.EnumTypepublic String getName()
getName in interface org.apache.kerby.asn1.EnumTypepublic static final boolean isValid(int usage)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.