|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static byte |
dss_ephemeral_dh
Deprecated. A possible certificate type for a CertificateRequest handshake message. |
static byte |
dss_fixed_dh
Deprecated. A possible certificate type for a CertificateRequest handshake message. |
static byte |
dss_sign
Deprecated. A possible certificate type for a CertificateRequest handshake message. |
static byte |
fortezza_dms
Deprecated. A possible certificate type for a CertificateRequest handshake message. |
static byte |
rsa_ephemeral_dh
Deprecated. A possible certificate type for a CertificateRequest handshake message. |
static byte |
rsa_fixed_dh
Deprecated. A possible certificate type for a CertificateRequest handshake message. |
static byte |
rsa_sign
Deprecated. A possible certificate type for a CertificateRequest handshake message. |
| Method Summary | |
SSLCertificate |
getCertificate(byte[] certificateTypes,
Principal[] certificateAuthorities,
java.lang.String keyExchangeAlgorithm)
Deprecated. Returns a client certificate. |
PrivateKey |
getPrivateKey()
Deprecated. Returns the private key belonging to the certificate returned by getCertificate(). |
| Methods inherited from interface iaik.security.ssl.TrustDecider |
isTrustedPeer |
| Field Detail |
public static final byte rsa_sign
public static final byte dss_sign
public static final byte rsa_fixed_dh
public static final byte dss_fixed_dh
public static final byte rsa_ephemeral_dh
public static final byte dss_ephemeral_dh
public static final byte fortezza_dms
| Method Detail |
public SSLCertificate getCertificate(byte[] certificateTypes,
Principal[] certificateAuthorities,
java.lang.String keyExchangeAlgorithm)
If there is no TrustDecider set in a SSLClientContext a NoCertificate warning is sent to the server.
By implementing this interface someone can use his own procedure to access the client certificates.
certificateTypes - the certificate types the server requierescertificateAuthorities - the certification authorities the server acceptspublic PrivateKey getPrivateKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||