메소드 | 설명 | |
---|---|---|
GetMatchingSlotList ( |
Obtains a list of all PKCS#11 URI matching slots
|
|
GetObjectAttributes ( |
Returns list of object attributes defined by PKCS#11 URI
|
|
Matches ( |
Checks whether PKCS#11 library information matches PKCS#11 URI
|
|
Matches ( |
Checks whether object attributes match PKCS#11 URI
|
|
Matches ( |
Checks whether slot information matches PKCS#11 URI
|
|
Matches ( |
Checks whether token information matches PKCS#11 URI
|
public static GetMatchingSlotList ( |
||
pkcs11Uri | PKCS#11 URI | |
pkcs11 | High level PKCS#11 wrapper | |
tokenPresent | bool | Flag indicating whether the list obtained includes only those slots with a token present (true), or all slots (false) |
리턴 | List |
public static GetObjectAttributes ( |
||
pkcs11Uri | PKCS#11 URI | |
objectAttributes | List |
List of object attributes defined by PKCS#11 URI |
리턴 | void |
public static Matches ( |
||
pkcs11Uri | PKCS#11 URI | |
libraryInfo | PKCS#11 library information | |
리턴 | bool |
public static Matches ( |
||
pkcs11Uri | PKCS#11 URI | |
objectAttributes | List |
Object attributes |
리턴 | bool |
public static Matches ( |
||
pkcs11Uri | PKCS#11 URI | |
slotInfo | Slot information | |
리턴 | bool |
public static Matches ( |
||
pkcs11Uri | PKCS#11 URI | |
tokenInfo | Token information | |
리턴 | bool |