public final class KeyUsage extends Object implements Comparable<KeyUsage>
Modifier and Type | Field and Description |
---|---|
static KeyUsage |
NUMBER1
AS-REQ PA-ENC-TIMESTAMP padata timestamp, encrypted with the client key (Section 5.2.7.2)
|
static KeyUsage |
NUMBER10
AP-REQ Authenticator cksum, keyed with the application session key (Section 5.5.1)
|
static KeyUsage |
NUMBER11
AP-REQ Authenticator (includes application authenticator subkey), encrypted with the application session key (Section 5.5.1)
|
static KeyUsage |
NUMBER12
AP-REP encrypted part (includes application session subkey), encrypted with the application session key (Section 5.5.2)
|
static KeyUsage |
NUMBER13
KRB-PRIV encrypted part, encrypted with a key chosen by the application (Section 5.7.1)
|
static KeyUsage |
NUMBER2
AS-REP Ticket and TGS-REP Ticket (includes TGS session key or application session key), encrypted with the service key (Section 5.3)
|
static KeyUsage |
NUMBER3
AS-REP encrypted part (includes TGS session key or application session key), encrypted with the client key (Section 5.4.2)
|
static KeyUsage |
NUMBER4
TGS-REQ KDC-REQ-BODY AuthorizationData, encrypted with the TGS session key (Section 5.4.1)
|
static KeyUsage |
NUMBER5
TGS-REQ KDC-REQ-BODY AuthorizationData, encrypted with the TGS authenticator subkey (Section 5.4.1)
|
static KeyUsage |
NUMBER6
TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator cksum, keyed with the TGS session key (Section 5.5.1)
|
static KeyUsage |
NUMBER7
TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator (includes TGS authenticator subkey), encrypted with the TGS session key (Section 5.5.1)
|
static KeyUsage |
NUMBER8
TGS-REP encrypted part (includes application session key), encrypted with the TGS session key (Section 5.4.2)
|
static KeyUsage |
NUMBER9
TGS-REP encrypted part (includes application session key), encrypted with the TGS authenticator subkey (Section 5.4.2)
|
static List<KeyUsage> |
VALUES
VALUES needs to be located here, otherwise illegal forward reference.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(KeyUsage that) |
int |
getOrdinal()
Returns the number associated with this key usage number.
|
static KeyUsage |
getTypeByOrdinal(int type)
Returns the key usage number type when specified by its ordinal.
|
String |
toString() |
public static final KeyUsage NUMBER1
public static final KeyUsage NUMBER2
public static final KeyUsage NUMBER3
public static final KeyUsage NUMBER4
public static final KeyUsage NUMBER5
public static final KeyUsage NUMBER6
public static final KeyUsage NUMBER7
public static final KeyUsage NUMBER8
public static final KeyUsage NUMBER9
public static final KeyUsage NUMBER10
public static final KeyUsage NUMBER11
public static final KeyUsage NUMBER12
public static final KeyUsage NUMBER13
public static KeyUsage getTypeByOrdinal(int type)
type
- public int getOrdinal()
public int compareTo(KeyUsage that)
compareTo
in interface Comparable<KeyUsage>
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.