com.ibm.security.krb5
Class KrbCred
- java.lang.Object
com.ibm.security.krb5.KrbCred
- public class KrbCred
- extends java.lang.Object
Constructor Summary
| Constructor and Description |
|---|
KrbCred(byte[] asn1Message,EncryptionKey key)
DOCUMENT ME!
|
KrbCred(Credentials tgt,Credentials serviceTicket,EncryptionKey key)
DOCUMENT ME!
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
getDelegatedCreds()
Returns the delegated credentials from the peer.
|
|
|
getMessage()
Returns the ASN.1 encoding that should be sent to the peer.
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
KrbCred
- public KrbCred(Credentials tgt,
- Credentials serviceTicket,
- EncryptionKey key)
- throws KrbException
- java.io.IOException
DOCUMENT ME!
Parameters:
tgt - serviceTicket - DOCUMENT ME! key - DOCUMENT ME! Throws:
java.io.IOExceptionKrbCred
- public KrbCred(byte[] asn1Message,
- EncryptionKey key)
- throws KrbException
- java.io.IOException
DOCUMENT ME!
Method Detail
getDelegatedCreds
- public Credentials[] getDelegatedCreds( )
Returns the delegated credentials from the peer.
Returns:
DOCUMENT ME!
getMessage
- public byte[] getMessage()
Returns the ASN.1 encoding that should be sent to the peer.
Returns:
DOCUMENT ME!