public final class CryptographicPkcs11CoprocessorDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R7025AG
Constant: 0x08 = 8
|
static int |
R7025FA
Constant: 0x40 = 64
|
static int |
R7025SA
Constant: 0x80 = 128
|
static int |
R7025SC
Constant: 0x10 = 16
|
static int |
R7025SP
Constant: 0x20 = 32
|
Modifier and Type | Method and Description |
---|---|
static CryptographicPkcs11CoprocessorDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
r7025ag()
Return true if
R7025AG bit in r7025msk() is set. |
double |
r7025agc()
R7025AGC value.
|
double |
r7025agt()
R7025AGT value.
|
int |
r7025ax()
R7025AX value.
|
int |
r7025ct()
R7025CT value.
|
int |
r7025did()
R7025DID value.
|
boolean |
r7025fa()
Return true if
R7025FA bit in r7025msk() is set. |
double |
r7025fac()
R7025FAC value.
|
double |
r7025fat()
R7025FAT value.
|
int |
r7025msk()
R7025MSK value.
|
int |
r7025mt()
R7025MT value.
|
boolean |
r7025sa()
Return true if
R7025SA bit in r7025msk() is set. |
double |
r7025sac()
R7025SAC value.
|
double |
r7025sat()
R7025SAT value.
|
boolean |
r7025sc()
Return true if
R7025SC bit in r7025msk() is set. |
double |
r7025scc()
R7025SCC value.
|
int |
r7025scope()
R7025SCOPE value.
|
double |
r7025sct()
R7025SCT value.
|
double |
r7025sf()
R7025SF value.
|
boolean |
r7025sp()
Return true if
R7025SP bit in r7025msk() is set. |
double |
r7025spc()
R7025SPC value.
|
double |
r7025spt()
R7025SPT value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R7025SA
public static final int R7025FA
public static final int R7025SP
public static final int R7025SC
public static final int R7025AG
public int r7025ax()
public int r7025ct()
public int r7025msk()
public boolean r7025sa()
R7025SA
bit in r7025msk()
is set.R7025SA = 0x80
public boolean r7025fa()
R7025FA
bit in r7025msk()
is set.R7025FA = 0x40
public boolean r7025sp()
R7025SP
bit in r7025msk()
is set.R7025SP = 0x20
public boolean r7025sc()
R7025SC
bit in r7025msk()
is set.R7025SC = 0x10
public boolean r7025ag()
R7025AG
bit in r7025msk()
is set.R7025AG = 0x08
public int r7025mt()
public double r7025sf()
public double r7025sat()
public double r7025sac()
public double r7025fat()
public double r7025fac()
public double r7025spt()
public double r7025spc()
public double r7025sct()
public double r7025scc()
public double r7025agt()
public double r7025agc()
public int r7025scope()
public int r7025did()
public static CryptographicPkcs11CoprocessorDataSection create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.