public class PacSid extends Object
| Constructor and Description |
|---|
PacSid(byte[] bytes) |
PacSid(PacSid sid) |
| Modifier and Type | Method and Description |
|---|---|
static PacSid |
append(PacSid sid1,
PacSid sid2) |
static String |
convertSidToStringSid(byte[] sid) |
static PacSid |
createFromSubs(byte[] bytes) |
byte[] |
getBytes() |
boolean |
isBlank() |
boolean |
isEmpty() |
String |
toHumanReadableString() |
String |
toString() |
static String |
toString(byte[] bytes) |
public PacSid(byte[] bytes)
throws Kerb4JException
Kerb4JExceptionpublic PacSid(PacSid sid)
public static String convertSidToStringSid(byte[] sid)
public static String toString(byte[] bytes)
public static PacSid createFromSubs(byte[] bytes) throws Kerb4JException
Kerb4JExceptionpublic String toHumanReadableString()
public boolean isEmpty()
public boolean isBlank()
public byte[] getBytes()
Copyright © 2023. All rights reserved.