@Contract
public interface GSSUtilsContract
| 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) |
String dumpHex(byte[] octets)
byte[] importName(sun.security.util.ObjectIdentifier oid,
byte[] externalName)
throws IOException
IOExceptionbyte[] createExportedName(sun.security.util.ObjectIdentifier oid,
byte[] extName)
throws IOException
IOExceptionsun.security.util.ObjectIdentifier GSSUP_MECH_OID()
Copyright © 2017. All rights reserved.