|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.ibm.security.krb5 |
---|
Class com.ibm.security.krb5.Asn1Exception extends com.ibm.security.krb5.KrbException implements Serializable |
---|
serialVersionUID: -1976048972908891791L
Class com.ibm.security.krb5.KrbException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: 2128533996461728859L
Serialized Fields |
---|
int returnCode
java.lang.String message
com.ibm.security.krb5.internal.KRBError krbError
java.lang.String className
Package javax.security.auth.kerberos |
---|
Class javax.security.auth.kerberos.DelegationPermission extends java.security.BasicPermission implements Serializable |
---|
serialVersionUID: 883133252142523922L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
java.io.IOException
Class javax.security.auth.kerberos.KerberosKey extends java.lang.Object implements Serializable |
---|
serialVersionUID: -4625402278148246993L
Serialized Fields |
---|
KerberosPrincipal principal
int versionNum
javax.security.auth.kerberos.KeyImpl key
KeyImpl
is serialized by writing out the ASN1 Encoded bytes
of the encryption key. The ASN1 encoding is defined in
RFC1510 and as follows:
EncryptionKey ::= SEQUENCE { keytype[0] INTEGER, keyvalue[1] OCTET STRING }
Class javax.security.auth.kerberos.KerberosPrincipal extends java.lang.Object implements Serializable |
---|
serialVersionUID: -7374788026156829911L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
KerberosPrincipal
is serialized
by writing out the PrincipalName and the
realm in their DER-encoded form as specified in Section 5.2 of
RFC1510.java.io.IOException
Class javax.security.auth.kerberos.KerberosTicket extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
byte[] asn1Encoding
javax.security.auth.kerberos.KeyImpl sessionKey
KeyImpl
is serialized by writing out the ASN1 Encoded bytes
of the encryption key. The ASN1 encoding is defined in RFC1510 and as
follows:
EncryptionKey ::= SEQUENCE { keytype[0] INTEGER, keyvalue[1] OCTET STRING }
boolean[] flags
java.util.Date authTime
java.util.Date startTime
java.util.Date endTime
java.util.Date renewTill
KerberosPrincipal client
KerberosPrincipal server
java.net.InetAddress[] clientAddresses
Class javax.security.auth.kerberos.ServicePermission extends java.security.Permission implements Serializable |
---|
serialVersionUID: -1227585031618624935L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
java.io.IOException
Serialized Fields |
---|
java.lang.String actions
Package org.ietf.jgss |
---|
Class org.ietf.jgss.GSSException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: -2706218945227726672L
Serialized Fields |
---|
int major
int minor
java.lang.String minorMessage
java.lang.String majorString
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |