| Package | Description |
|---|---|
| sun.security.x509 |
| Modifier and Type | Method and Description |
|---|---|
X500Signer |
X509Cert.getSigner(AlgorithmId algorithmId,
java.security.PrivateKey privateKey)
Deprecated.
Returns an X500Signer that may be used to create signatures.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
X509Cert.encodeAndSign(java.math.BigInteger 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).
|
Copyright © 2020. All Rights Reserved.