Uses of Class
sun.security.mule.krb5.internal.KrbApErrException

Packages that use KrbApErrException
sun.security.mule.krb5   
sun.security.mule.krb5.internal   
sun.security.mule.krb5.internal.crypto   
 

Uses of KrbApErrException in sun.security.mule.krb5
 

Methods in sun.security.mule.krb5 that throw KrbApErrException
 byte[] EncryptedData.decrypt(EncryptionKey key, int usage)
           
 boolean Checksum.verifyKeyedChecksum(byte[] data, EncryptionKey key, int usage)
          Verifies the keyed checksum over the data passed in.
 

Constructors in sun.security.mule.krb5 that throw KrbApErrException
Checksum(int new_cksumType, byte[] data, EncryptionKey key, int usage, Config kerberosConfig)
          Constructs a new Checksum by calculating the keyed checksum over the data using specified checksum type.
 

Uses of KrbApErrException in sun.security.mule.krb5.internal
 

Methods in sun.security.mule.krb5.internal that throw KrbApErrException
protected  void KDCRep.init(sun.security.util.DerValue encoding, int req_type)
          Initializes an KDCRep object.
static Ticket Ticket.parse(sun.security.util.DerInputStream data, byte explicitTag, boolean optional)
          Parse (unmarshal) a Ticket from a DER input stream.
 

Constructors in sun.security.mule.krb5.internal that throw KrbApErrException
APRep(byte[] data)
           
APRep(sun.security.util.DerValue encoding)
           
APReq(byte[] data)
           
APReq(sun.security.util.DerValue encoding)
           
ASRep(byte[] data)
           
ASRep(sun.security.util.DerValue encoding)
           
Authenticator(byte[] data, Config kerberosConfig)
           
Authenticator(sun.security.util.DerValue encoding, Config kerberosConfig)
           
HostAddress(int new_addrType, byte[] new_address)
          Creates a HostAddress from the specified address and address type.
KDCRep(byte[] data, int req_type)
           
KDCRep(sun.security.util.DerValue encoding, int req_type)
           
KRBCred(byte[] data)
           
KRBCred(sun.security.util.DerValue encoding)
           
KRBError(byte[] data, Config kerberosConfig)
           
KRBError(sun.security.util.DerValue encoding, Config kerberosConfig)
           
KRBPriv(byte[] data)
           
KRBPriv(sun.security.util.DerValue encoding)
           
KRBSafe(byte[] data)
           
KRBSafe(sun.security.util.DerValue encoding)
           
TGSRep(byte[] data)
           
TGSRep(sun.security.util.DerValue encoding)
           
Ticket(byte[] data)
           
Ticket(sun.security.util.DerValue encoding)
           
 

Uses of KrbApErrException in sun.security.mule.krb5.internal.crypto
 

Methods in sun.security.mule.krb5.internal.crypto that throw KrbApErrException
 byte[] NullEType.decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage)
           
abstract  byte[] EType.decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage)
           
 byte[] Des3CbcHmacSha1KdEType.decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage)
           
 byte[] ArcFourHmacEType.decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage)
           
 byte[] Aes256CtsHmacSha1EType.decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage)
           
 byte[] Aes128CtsHmacSha1EType.decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage)
           
 byte[] NullEType.decrypt(byte[] cipher, byte[] key, int usage)
           
abstract  byte[] EType.decrypt(byte[] cipher, byte[] key, int usage)
           
 byte[] DesCbcCrcEType.decrypt(byte[] cipher, byte[] key, int usage)
          Decrypts data with provided key using DES in CBC mode with CRC32.
 byte[] Des3CbcHmacSha1KdEType.decrypt(byte[] cipher, byte[] key, int usage)
           
 byte[] ArcFourHmacEType.decrypt(byte[] cipher, byte[] key, int usage)
           
 byte[] Aes256CtsHmacSha1EType.decrypt(byte[] cipher, byte[] key, int usage)
           
 byte[] Aes128CtsHmacSha1EType.decrypt(byte[] cipher, byte[] key, int usage)
           
 



Copyright © 2013. All Rights Reserved.