Uses of Class
iaik.security.ssl.KeyAndCert

Packages that use KeyAndCert
iaik.security.ssl   
 

Uses of KeyAndCert in iaik.security.ssl
 

Methods in iaik.security.ssl that return KeyAndCert
protected  KeyAndCert[] SSLClientContext.getClientCredentials(Principal[] issuers, byte[] certificateTypes)
          Return all matching client credentials.
 KeyAndCert SSLServerContext.getServerCredentials(int certType)
          Get the server credentials of a particular type.
 

Methods in iaik.security.ssl with parameters of type KeyAndCert
 void SSLClientContext.addClientCredentials(KeyAndCert keyAndCert)
          Add some client credentials.
 void SSLServerContext.addServerCredentials(KeyAndCert keyAndCert)
          Add some server credentials.