Package com.hierynomus.msdtyp
Class SID
java.lang.Object
com.hierynomus.msdtyp.SID
[MS-DTYP].pdf 2.4.2 SecurityIdentifier SID
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EVERYONE
-
revision
private byte revision -
sidIdentifierAuthority
private byte[] sidIdentifierAuthority -
subAuthorities
private long[] subAuthorities -
SID_REGEX
-
-
Constructor Details
-
SID
public SID() -
SID
public SID(byte revision, byte[] sidIdentifierAuthority, long[] subAuthorities)
-
-
Method Details
-
fromString
-
write
-
read
- Throws:
Buffer.BufferException
-
byteCount
public int byteCount() -
toString
Return the numeric representation of this sid such as S-1-5-21-1496946806-2192648263-3843101252-1029. -
getRevision
public byte getRevision() -
getSidIdentifierAuthority
public byte[] getSidIdentifierAuthority() -
getSubAuthorities
public long[] getSubAuthorities() -
equals
-
hashCode
public int hashCode()
-