public interface TlsCertificate
| Modifier and Type | Method and Description |
|---|---|
TlsVerifier |
createVerifier(short signatureAlgorithm) |
short |
getClientCertificateType() |
byte[] |
getEncoded() |
byte[] |
getExtension(org.spongycastle.asn1.ASN1ObjectIdentifier extensionOID) |
java.math.BigInteger |
getSerialNumber() |
TlsCertificate |
useInRole(int connectionEnd,
int keyExchangeAlgorithm) |
TlsVerifier createVerifier(short signatureAlgorithm) throws java.io.IOException
signatureAlgorithm - SignatureAlgorithmjava.io.IOExceptionshort getClientCertificateType()
throws java.io.IOException
ClientCertificateTypejava.io.IOExceptionbyte[] getEncoded()
throws java.io.IOException
java.io.IOExceptionbyte[] getExtension(org.spongycastle.asn1.ASN1ObjectIdentifier extensionOID)
throws java.io.IOException
java.io.IOExceptionjava.math.BigInteger getSerialNumber()
TlsCertificate useInRole(int connectionEnd, int keyExchangeAlgorithm) throws java.io.IOException
connectionEnd - ConnectionEndkeyExchangeAlgorithm - KeyExchangeAlgorithmjava.io.IOException