CertAttrSet.set

Sets an attribute value within this CertAttrSet.

@param name the name of the attribute (e.g. "x509.info.key") @param obj the attribute object.

@exception CertificateException on attribute handling errors. @exception IOException on other errors.

interface CertAttrSet(T, V)
void
set
(
string name
,
V obj
)

Meta