cryptoservices/certificateandkeymgmt/tpkcs7/testdatainput/noencryptedcontent/safebag_certbag.txt
Move the Security package to EPL, and add the implementations of the cryptographic algorithms
// SafeBag: CertBag
// PARAM1: The name of the certificate file
// PARAM2: The 'friendly' name of the certificate
SEQUENCE
OID=PKCS12_BAGTYPES_CERTBAG
EXPLICIT
// CertBag
SEQUENCE
OID=PKCS9_CERTTYPES_PKCS12_X509
EXPLICIT
OCTETSTRING
INCLUDE_BINARY_FILE=$1
END
END
END
END
// Attributes
SET
SEQUENCE
OID=PKCS9_LOCAL_KEYID
SET
OCTETSTRING
HASH=sha1
INCLUDE_BINARY_FILE=$1
END
END
END
END
SEQUENCE
OID=PKCS9_FRIENDLY_NAME
SET
BMPSTRING=$2
END
END
END
END