@Service @Singleton public class GSSUtilsService extends Object implements com.sun.enterprise.common.iiop.security.GSSUtilsContract
| Constructor and Description |
|---|
GSSUtilsService() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createExportedName(sun.security.util.ObjectIdentifier oid,
byte[] extName) |
String |
dumpHex(byte[] octets) |
sun.security.util.ObjectIdentifier |
GSSUP_MECH_OID() |
byte[] |
importName(sun.security.util.ObjectIdentifier oid,
byte[] externalName) |
public String dumpHex(byte[] octets)
dumpHex in interface com.sun.enterprise.common.iiop.security.GSSUtilsContractpublic byte[] importName(sun.security.util.ObjectIdentifier oid,
byte[] externalName)
throws IOException
importName in interface com.sun.enterprise.common.iiop.security.GSSUtilsContractIOExceptionpublic byte[] createExportedName(sun.security.util.ObjectIdentifier oid,
byte[] extName)
throws IOException
createExportedName in interface com.sun.enterprise.common.iiop.security.GSSUtilsContractIOExceptionpublic sun.security.util.ObjectIdentifier GSSUP_MECH_OID()
GSSUP_MECH_OID in interface com.sun.enterprise.common.iiop.security.GSSUtilsContractCopyright © 2013. All Rights Reserved.