]>
Commit | Line | Data |
---|---|---|
bac41a7b A |
1 | # |
2 | # transition.cfg | |
3 | # | |
4 | # Configuration file for generating the CSSM plugin framework transition layer. | |
5 | # | |
6 | ||
7 | ||
8 | # | |
9 | # Specify optional arguments | |
10 | # | |
11 | ||
12 | # CSP | |
13 | optional Login LoginName | |
14 | optional GetLoginAcl SelectionTag | |
15 | optional GetKeyAcl SelectionTag | |
16 | optional GetDbAcl SelectionTag | |
17 | optional GenerateKey KeyLabel CredAndAclEntry | |
18 | optional GenerateKeyPair PrivateKeyLabel PublicKeyLabel CredAndAclEntry | |
19 | optional WrapKey DescriptiveData | |
20 | optional UnwrapKey PublicKey KeyLabel CredAndAclEntry | |
21 | optional DeriveKey KeyLabel CredAndAclEntry | |
22 | optional FreeKey AccessCred | |
23 | optional QuerySize DataBlock | |
24 | optional QueryKeySizeInBits Context Key | |
25 | ||
26 | # CL/TP | |
27 | optional SubmitCredRequest PreferredAuthority CallerAuthContext | |
28 | optional RetrieveCredResult CallerAuthCredentials | |
29 | optional ConfirmCredResult CallerAuthCredentials PreferredAuthority | |
30 | optional CertReclaimKey CredAndAclEntry | |
31 | optional FormRequest PreferredAuthority | |
32 | optional FormSubmit ClearanceAuthority RepresentedAuthority Credentials | |
33 | optional CertGroupVerify VerifyContext VerifyContextResult | |
34 | optional CertSign SignScope SignerVerifyContext | |
35 | optional CrlVerify VerifyContext | |
36 | optional CertRevoke OldCrlTemplate | |
37 | optional CertRemoveFromCrlTemplate OldCrlTemplate | |
38 | optional CrlSign SignerVerifyContext | |
39 | optional ApplyCrlToDb ApplyCrlVerifyContext | |
40 | optional PassThrough DBList | |
41 | optional AuthCompute Credentials RequestedAuthorizationPeriod | |
42 | optional CertSign SignScope | |
43 | optional CertVerify SignerCert VerifyScope | |
44 | optional CertGroupToSignedBundle SignerCert BundleInfo | |
45 | optional CertGroupFromVerifiedBundle SignerCert | |
46 | optional CrlSign SignScope | |
47 | optional CrlVerify VerifyScope | |
48 | optional CrlGetFirstCachedFieldValue CrlRecordIndex | |
49 | optional FreeFieldValue Value | |
50 | ||
51 | # DL | |
52 | optional DbOpen DbLocation AccessCred | |
53 | optional DbCreate DbLocation CredAndAclEntry | |
54 | optional DbDelete DbLocation AccessCred | |
55 | optional DataInsert Attributes Data | |
56 | optional DataModify AttributesToBeModified DataToBeModified | |
57 | optional DataGetFirst Query Attributes Data | |
58 | optional DataGetNext Query Attributes Data | |
59 | optional DataGetFromUniqueRecordId Attributes Data |