@Service @Singleton public class GSSUtilsService extends Object implements 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 GSSUtilsContractpublic byte[] importName(sun.security.util.ObjectIdentifier oid,
byte[] externalName)
throws IOException
importName in interface GSSUtilsContractIOExceptionpublic byte[] createExportedName(sun.security.util.ObjectIdentifier oid,
byte[] extName)
throws IOException
createExportedName in interface GSSUtilsContractIOExceptionpublic sun.security.util.ObjectIdentifier GSSUP_MECH_OID()
GSSUP_MECH_OID in interface GSSUtilsContractCopyright © 2017. All rights reserved.