java.lang.Object
org.ietf.jgss.Oid
- See Also:
- Top Examples, Source Code
public boolean containedIn(Oid[] oids)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object other)
- See Also:
Hashtable
, Object.hashCode()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public byte[] getDER()
throws GSSException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Oid(byte[] data)
throws GSSException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Oid(InputStream derOid)
throws GSSException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Oid(String strOid)
throws GSSException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[1589]Do we need to specify a specific number of numbers in the string to create an Ois object?
By julieyohannan { at } yahoo { dot } com on 2005/11/04 20:23:08 Rate
Do we need to specify a specific number of numbers in the string to create an Ois object?
Ex: 1.2.840.113554.1.2.2
Should there be 7 numbers seperated by dots in the string to this constructor?
public String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples