- See Also:
- Top Examples, Source Code,
Oid s
, export()
,
equals(GSSName)
,
GSSManager.createName(String, Oid)
,
GSSManager.createName(String, Oid, Oid)
,
GSSManager.createName(byte[] Oid)
GSSName canonicalize(Oid mech)
throws GSSException
- See Also:
GSSException.FAILURE
, GSSException.BAD_NAME
, GSSException.BAD_NAMETYPE
, GSSException.BAD_MECH
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean equals(Object another)
- See Also:
equals(GSSName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean equals(GSSName another)
throws GSSException
- See Also:
GSSException.FAILURE
, GSSException.BAD_NAMETYPE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
byte[] export()
throws GSSException
- See Also:
GSSException.FAILURE
, GSSException.BAD_NAMETYPE
, GSSException.BAD_NAME
, GSSManager.createName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Oid getStringNameType()
throws GSSException
- See Also:
GSSException.FAILURE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isAnonymous()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isMN()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final Oid NT_ANONYMOUS
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final Oid NT_EXPORT_NAME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final Oid NT_HOSTBASED_SERVICE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final Oid NT_MACHINE_UID_NAME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final Oid NT_STRING_UID_NAME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final Oid NT_USER_NAME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String toString()
- See Also:
- Object,
getStringNameType
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples