| Class | Description |
|---|---|
| EncKrbPrivPart |
EncKrbPrivPart ::= [APPLICATION 28] SEQUENCE {
user-data[0] OCTET STRING,
timestamp[1] KerberosTime OPTIONAL,
usec[2] INTEGER OPTIONAL,
seq-number[3] INTEGER OPTIONAL,
s-address[4] HostAddress, -- sender's addr
r-address[5] HostAddress OPTIONAL
-- recip's addr
}
|
| KerberosString |
The Kerberos String, as defined in RFC 4120.
|
| KerberosStrings | |
| KerberosTime |
A specialization of the ASN.1 GeneralTime.
|
| KrbAppSequenceType |
This is for application specific sequence tagged with a number.
|
| KrbIntegers | |
| KrbPriv |
The KRB_PRIV message, as defined in RFC 1510 :
The KRB_PRIV message contains user data encrypted in the Session Key.
|
| KrbSequenceOfType<T extends org.apache.kerby.asn1.type.Asn1Type> |
A class that represents a SequenceOf Kerberos elements.
|
| KrbSequenceType |
| Enum | Description |
|---|---|
| EncKrbPrivPart.EncKrbPrivPartField | |
| KrbPriv.KrbPrivField |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.