|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidSSLConfig | |
|---|---|
| com.notnoop.apns | |
| com.notnoop.apns.internal | |
| Uses of InvalidSSLConfig in com.notnoop.apns |
|---|
| Methods in com.notnoop.apns that throw InvalidSSLConfig | |
|---|---|
ApnsServiceBuilder |
ApnsServiceBuilder.withCert(InputStream stream,
String password)
Specify the certificate used to connect to Apple APNS servers. |
ApnsServiceBuilder |
ApnsServiceBuilder.withCert(KeyStore keyStore,
String password)
Specify the certificate used to connect to Apple APNS servers. |
ApnsServiceBuilder |
ApnsServiceBuilder.withCert(String fileName,
String password)
Specify the certificate used to connect to Apple APNS servers. |
| Uses of InvalidSSLConfig in com.notnoop.apns.internal |
|---|
| Methods in com.notnoop.apns.internal that throw InvalidSSLConfig | |
|---|---|
static SSLContext |
Utilities.newSSLContext(InputStream cert,
String password,
String ksType,
String ksAlgorithm)
|
static SSLContext |
Utilities.newSSLContext(KeyStore ks,
String password,
String ksAlgorithm)
|
static SSLSocketFactory |
Utilities.newSSLSocketFactory(InputStream cert,
String password,
String ksType,
String ksAlgorithm)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||