|
Bouncy Castle Cryptography 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.DefaultTlsAgreementCredentials
public class DefaultTlsAgreementCredentials
Field Summary | |
---|---|
protected BasicAgreement |
basicAgreement
|
protected Certificate |
clientCert
|
protected AsymmetricKeyParameter |
clientPrivateKey
|
Constructor Summary | |
---|---|
DefaultTlsAgreementCredentials(Certificate clientCertificate,
AsymmetricKeyParameter clientPrivateKey)
|
Method Summary | |
---|---|
byte[] |
generateAgreement(AsymmetricKeyParameter serverPublicKey)
|
Certificate |
getCertificate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Certificate clientCert
protected AsymmetricKeyParameter clientPrivateKey
protected BasicAgreement basicAgreement
Constructor Detail |
---|
public DefaultTlsAgreementCredentials(Certificate clientCertificate, AsymmetricKeyParameter clientPrivateKey)
Method Detail |
---|
public Certificate getCertificate()
getCertificate
in interface TlsCredentials
public byte[] generateAgreement(AsymmetricKeyParameter serverPublicKey)
generateAgreement
in interface TlsAgreementCredentials
|
Bouncy Castle Cryptography 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |