Uses of Interface
com.netscape.certsrv.security.ISigningUnit
-
Packages that use ISigningUnit Package Description com.netscape.certsrv.ca com.netscape.certsrv.ocsp -
-
Uses of ISigningUnit in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return ISigningUnit Modifier and Type Method Description ISigningUnitICertificateAuthority. getCRLSigningUnit()Retrieves the signing unit that manages the CA signing key for signing CRL.ISigningUnitICertificateAuthority. getOCSPSigningUnit()Retrieves the signing unit that manages the CA signing key for signing OCSP response.ISigningUnitICertificateAuthority. getSigningUnit()Retrieves the signing unit that manages the CA signing key for signing certificates. -
Uses of ISigningUnit in com.netscape.certsrv.ocsp
Methods in com.netscape.certsrv.ocsp that return ISigningUnit Modifier and Type Method Description ISigningUnitIOCSPAuthority. getSigningUnit()This method retrieves the signing unit.
-