Package com.sap.security.core.server.ssf

Class Summary
SsfDataPKCS7 Class for representing data to be digitally signed, verified, encrypted or decrypted, using PKCS#7 as security format.
SsfDataSMIME Class for representing data to be digitally signed, verified, encrypted or decrypted, using S/MIME as security format.
SsfDataXML Class for representing data to be digitally signed, verified, encrypted or decrypted, using XML Signature/Encryption syntax.
SsfPabBasicImpl Use this class to create an SSF personal address book from an array of X509 certificates
SsfPabKeyStore Use this class to create an SSF personal address book from a KeyStore.
SsfPabPKCS12File Use this class to create an SSF Pab (personal address book) from a PKCS#12 file.
SsfProfileBasicImpl Use this class to create an SSF profile from a private key with certificate chain.
SsfProfileKeyStore Use this class to create an SSF profile from a KeyStore.
SsfProfilePKCS12File Use this class to create an SSF profile from a PKCS#12 file.
SsfRefXMLInfo Class for representing references of an XML Signature.
SsfRefXMLList Class for representing a list of XML reference information.
SsfSigRcpInfo Class for representing data of a signer or recipient, containing the certificate and some status information.
SsfSigRcpList Class for representing a list of signer or recipients,
 

Exception Summary
SsfInvalidAlgException Class for representing the exception using an invalid algorithm.
SsfInvalidDataException Class for representing the exception of invalid SSF data.
SsfInvalidKeyException Class for representing the exception using an invalid key.