public interface TlsCertificate
Modifier and Type | Method and Description |
---|---|
TlsVerifier |
createVerifier(short signatureAlgorithm) |
short |
getClientCertificateType() |
byte[] |
getEncoded() |
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
TlsCertificate useInRole(int connectionEnd, int keyExchangeAlgorithm) throws java.io.IOException
connectionEnd
- ConnectionEnd
keyExchangeAlgorithm
- KeyExchangeAlgorithm
java.io.IOException