Uses of Class
com.ibm.di.util.RacfCredential

Packages that use RacfCredential
com.ibm.di.function Provides useful functions for the Tivoli Directory Integrator. 
com.ibm.di.util Provides utility classes for the Tivoli Directory Integrator. 
 

Uses of RacfCredential in com.ibm.di.function
 

Methods in com.ibm.di.function that return RacfCredential
 RacfCredential UserFunctions.getRacfCredentialObject(byte[] pwbytes, String recipientKeystore, String recipientKeystorePW, String recipientCertAlias, String recipientCertPW, String signerKeystore, String signerKeystorePW, String signerCertAlias)
          This method returns a RacfPassword object containing the decrypted RACF password envelope
 

Uses of RacfCredential in com.ibm.di.util
 

Methods in com.ibm.di.util that return RacfCredential
static RacfCredential IDIpkcs7Crypto.getCredentialObject(byte[] pkcs7EnvelopeBytes, String receiverPath, String receiverKSpw, String receiverCertAlias, String receivercertPW, String signerPath, String signerKSpw, String signerCertAlias)
          This method obtains object representing plain ASCII text from a PKCS#7 encoded, encrypted and signed PKCS#7 payload.
static RacfCredential IDIpkcs7Crypto.getCredentialObject(com.ibm.security.pkcs7.ContentInfo contentInfo, String receiverPath, String receiverKSpw, String receiverCertAlias, String receivercertPW, String signerPath, String signerKSpw, String signerCertAlias)
          This method obtains object representing plain ASCII text from a PKCS#7 encoded, encrypted and signed pkcs7 payload.
static RacfCredential IDIpkcs7Crypto.getCredentialObject(String pkcs7EnvelopePath, String receiverPath, String receiverKSpw, String receiverCertAlias, String receivercertPW, String signerPath, String signerKSpw, String signerCertAlias)
          This method obtains a plain ASCII text from a PKCS#7 encoded, encrypted and signed PKCS#7 payload.