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
13optional CSP:Login LoginName
14optional CSP:GetLoginAcl SelectionTag
15optional CSP:GetKeyAcl SelectionTag
16optional DL:GetDbAcl SelectionTag
17optional CSP:GenerateKey KeyLabel CredAndAclEntry
18optional CSP:GenerateKeyPair PrivateKeyLabel PublicKeyLabel CredAndAclEntry
19optional CSP:WrapKey DescriptiveData
20optional CSP:UnwrapKey PublicKey KeyLabel CredAndAclEntry
21optional CSP:DeriveKey KeyLabel CredAndAclEntry
22optional CSP:FreeKey AccessCred
23optional CSP:QuerySize DataBlock
24optional CSP:QueryKeySizeInBits Context Key
25
26# CL/TP
27optional TP:SubmitCredRequest PreferredAuthority CallerAuthContext
28optional TP:RetrieveCredResult CallerAuthCredentials
29optional TP:ConfirmCredResult CallerAuthCredentials PreferredAuthority
30optional TP:CertReclaimKey CredAndAclEntry
31optional TP:FormRequest PreferredAuthority
32optional TP:FormSubmit ClearanceAuthority RepresentedAuthority Credentials
33optional TP:CertGroupVerify VerifyContext VerifyContextResult
34optional TP:CertSign SignerVerifyContext SignerVerifyResult
35optional TP:CrlVerify VerifyContext RevokerVerifyResult
36optional TP:CertRevoke OldCrlTemplate
37optional TP:CertRemoveFromCrlTemplate OldCrlTemplate
38optional TP:CrlSign SignerVerifyContext SignerVerifyResult
39optional TP:ApplyCrlToDb ApplyCrlVerifyContext
40optional TP:PassThrough DBList
41optional AC:AuthCompute Credentials RequestedAuthorizationPeriod
42optional CL:CertSign SignScope
43optional CL:CertVerify SignerCert VerifyScope
44optional CL:CertGroupToSignedBundle SignerCert BundleInfo
45optional CL:CertGroupFromVerifiedBundle SignerCert
46optional CL:CrlSign SignScope
47optional CL:CrlVerify SignerCert VerifyScope
48optional CL:CrlGetFirstCachedFieldValue CrlRecordIndex
49
50# DL
51optional DL:DbOpen DbLocation AccessCred
52optional DL:DbCreate DbLocation CredAndAclEntry
53optional DL:DbDelete DbLocation AccessCred
54optional DL:DataInsert Attributes Data
55optional DL:DataModify AttributesToBeModified DataToBeModified
56optional DL:DataGetFirst Query Attributes Data
57optional DL:DataGetNext Query Attributes Data
58optional DL:DataGetFromUniqueRecordId Attributes Data
59optional DL:CreateRelation pAttributeInfo
60