Uses of Interface
com.dstc.security.kerberos.msg.APRep

Packages that use APRep
com.dstc.security.kerberos This package defines the main Kerberos 5 interfaces and classes. 
 

Uses of APRep in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return APRep
static APRep Kerberos.createApplicationResponse(EncryptionKey key, Date cTime, int cusec, int seqNum, EncryptionKey subKey)
          Creates and returns an APRep in response to a successful application request with a given Kerberos encryption key.
static APRep Kerberos.decryptApplicationResponse(EncryptionKey key, APRep apRep)
          Decrypts a supplied APRep with a given Kerberos encryption key and returns a decrypted APRep
 

Methods in com.dstc.security.kerberos with parameters of type APRep
static APRep Kerberos.decryptApplicationResponse(EncryptionKey key, APRep apRep)
          Decrypts a supplied APRep with a given Kerberos encryption key and returns a decrypted APRep