Top Constructors Methods
sun.security.krb5.internal.crypto

public final Class ArcFourHmacEType

extends EType
Class Inheritance
Imports
sun.security.krb5.KrbCryptoException, .EncryptedData, .Checksum, sun.security.krb5.internal.*, java.security.GeneralSecurityException

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public int
public int
public int
public int
public byte[]
decrypt(byte[] cipher, byte[] key, int usage)

Implements abstract sun.security.krb5.internal.crypto.EType.decrypt.

public byte[]
decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage)

Implements abstract sun.security.krb5.internal.crypto.EType.decrypt.

public byte[]
public byte[]
encrypt(byte[] data, byte[] key, int usage)

Implements abstract sun.security.krb5.internal.crypto.EType.encrypt.

public byte[]
encrypt(byte[] data, byte[] key, byte[] ivec, int usage)

Implements abstract sun.security.krb5.internal.crypto.EType.encrypt.

public int
public int
public int
public int
Inherited from sun.security.krb5.internal.crypto.EType:
dataSizegetBuiltInDefaultsgetDefaultsgetDefaultsgetInstanceinitStaticisNewerisSupportedisSupportedpadSizestartOfChecksumstartOfDatastartOfPadtoString

Constructor Detail

ArcFourHmacETypeback to summary
public ArcFourHmacEType()

Method Detail

blockSizeback to summary
public int blockSize()

Implements abstract sun.security.krb5.internal.crypto.EType.blockSize.

checksumSizeback to summary
public int checksumSize()

Implements abstract sun.security.krb5.internal.crypto.EType.checksumSize.

checksumTypeback to summary
public int checksumType()

Implements abstract sun.security.krb5.internal.crypto.EType.checksumType.

confounderSizeback to summary
public int confounderSize()

Implements abstract sun.security.krb5.internal.crypto.EType.confounderSize.

decryptback to summary
public byte[] decrypt(byte[] cipher, byte[] key, int usage) throws KrbApErrException, KrbCryptoException

Implements abstract sun.security.krb5.internal.crypto.EType.decrypt.

decryptback to summary
public byte[] decrypt(byte[] cipher, byte[] key, byte[] ivec, int usage) throws KrbApErrException, KrbCryptoException

Implements abstract sun.security.krb5.internal.crypto.EType.decrypt.

decryptedDataback to summary
public byte[] decryptedData(byte[] data)

Overrides sun.security.krb5.internal.crypto.EType.decryptedData.

encryptback to summary
public byte[] encrypt(byte[] data, byte[] key, int usage) throws KrbCryptoException

Implements abstract sun.security.krb5.internal.crypto.EType.encrypt.

encryptback to summary
public byte[] encrypt(byte[] data, byte[] key, byte[] ivec, int usage) throws KrbCryptoException

Implements abstract sun.security.krb5.internal.crypto.EType.encrypt.

eTypeback to summary
public int eType()

Implements abstract sun.security.krb5.internal.crypto.EType.eType.

keySizeback to summary
public int keySize()

Implements abstract sun.security.krb5.internal.crypto.EType.keySize.

keyTypeback to summary
public int keyType()

Implements abstract sun.security.krb5.internal.crypto.EType.keyType.

minimumPadSizeback to summary
public int minimumPadSize()

Implements abstract sun.security.krb5.internal.crypto.EType.minimumPadSize.