public interface TlsCertificate
Modifier and Type | Method and Description |
---|---|
TlsVerifier |
createVerifier(short signatureAlgorithm) |
short |
getClientCertificateType() |
byte[] |
getEncoded() |
byte[] |
getExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier extensionOID) |
java.math.BigInteger |
getSerialNumber() |
java.lang.String |
getSigAlgOID() |
TlsCertificate |
useInRole(int connectionEnd,
int keyExchangeAlgorithm) |
TlsVerifier createVerifier(short signatureAlgorithm) throws java.io.IOException
signatureAlgorithm
- SignatureAlgorithm
java.io.IOException
short getClientCertificateType() throws java.io.IOException
ClientCertificateType
java.io.IOException
byte[] getEncoded() throws java.io.IOException
java.io.IOException
byte[] getExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier extensionOID) throws java.io.IOException
java.io.IOException
java.math.BigInteger getSerialNumber()
java.lang.String getSigAlgOID()
TlsCertificate useInRole(int connectionEnd, int keyExchangeAlgorithm) throws java.io.IOException
connectionEnd
- ConnectionEnd
keyExchangeAlgorithm
- KeyExchangeAlgorithm
java.io.IOException