sun.security.mule.krb5.internal.ktab
Interface KeyTabConstants
- All Known Implementing Classes:
- KeyTab, KeyTabEntry, KeyTabInputStream, KeyTabOutputStream
public interface KeyTabConstants
This class represents a Key Table entry. Each entry contains the service principal of
the key, time stamp, key version and secret key itself.
- Author:
- Yanni Zhang
principalComponentSize
static final int principalComponentSize
- See Also:
- Constant Field Values
realmSize
static final int realmSize
- See Also:
- Constant Field Values
principalSize
static final int principalSize
- See Also:
- Constant Field Values
principalTypeSize
static final int principalTypeSize
- See Also:
- Constant Field Values
timestampSize
static final int timestampSize
- See Also:
- Constant Field Values
keyVersionSize
static final int keyVersionSize
- See Also:
- Constant Field Values
keyTypeSize
static final int keyTypeSize
- See Also:
- Constant Field Values
keySize
static final int keySize
- See Also:
- Constant Field Values
KRB5_KT_VNO_1
static final int KRB5_KT_VNO_1
- See Also:
- Constant Field Values
KRB5_KT_VNO
static final int KRB5_KT_VNO
- See Also:
- Constant Field Values
Copyright © 2013. All Rights Reserved.