Uses of Class
netscape.security.x509.X500Signer
-
Packages that use X500Signer Package Description netscape.security.pkcs netscape.security.x509 -
-
Uses of X500Signer in netscape.security.pkcs
Methods in netscape.security.pkcs with parameters of type X500Signer Modifier and Type Method Description void
PKCS10. encodeAndSign(X500Signer requester)
Create the signed certificate request. -
Uses of X500Signer in netscape.security.x509
Methods in netscape.security.x509 that return X500Signer Modifier and Type Method Description X500Signer
X509Cert. getSigner(AlgorithmId algorithmId, java.security.PrivateKey privateKey)
Deprecated.Returns an X500Signer that may be used to create signatures.Methods in netscape.security.x509 with parameters of type X500Signer Modifier and Type Method Description byte[]
X509Cert. encodeAndSign(BigInt serial, X500Signer issuer)
Deprecated.Creates an X.509 certificate, and signs it using the issuer passed (associating a signature algorithm and an X.500 name).
-