|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.tls.AbstractTlsCredentials | +--org.bouncycastle.crypto.tls.AbstractTlsSignerCredentials | +--org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
Field Summary | |
protected Certificate |
certificate
Deprecated. |
protected TlsContext |
context
Deprecated. |
protected AsymmetricKeyParameter |
privateKey
Deprecated. |
protected SignatureAndHashAlgorithm |
signatureAndHashAlgorithm
Deprecated. |
protected TlsSigner |
signer
Deprecated. |
Constructor Summary | |
DefaultTlsSignerCredentials(TlsContext context,
Certificate certificate,
AsymmetricKeyParameter privateKey)
Deprecated. |
|
DefaultTlsSignerCredentials(TlsContext context,
Certificate certificate,
AsymmetricKeyParameter privateKey,
SignatureAndHashAlgorithm signatureAndHashAlgorithm)
Deprecated. |
Method Summary | |
byte[] |
generateCertificateSignature(byte[] hash)
Deprecated. |
Certificate |
getCertificate()
Deprecated. |
SignatureAndHashAlgorithm |
getSignatureAndHashAlgorithm()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TlsContext context
protected Certificate certificate
protected AsymmetricKeyParameter privateKey
protected SignatureAndHashAlgorithm signatureAndHashAlgorithm
protected TlsSigner signer
Constructor Detail |
public DefaultTlsSignerCredentials(TlsContext context, Certificate certificate, AsymmetricKeyParameter privateKey)
public DefaultTlsSignerCredentials(TlsContext context, Certificate certificate, AsymmetricKeyParameter privateKey, SignatureAndHashAlgorithm signatureAndHashAlgorithm)
Method Detail |
public Certificate getCertificate()
public byte[] generateCertificateSignature(byte[] hash) throws java.io.IOException
public SignatureAndHashAlgorithm getSignatureAndHashAlgorithm()
getSignatureAndHashAlgorithm
in class AbstractTlsSignerCredentials
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |