Package tigase.push.apns
Class ApnsService
java.lang.Object
tigase.push.apns.ApnsService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumstatic classstatic classstatic enumstatic enumstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SSLContextcreateSSLContext(KeyManager[] keyManagers, String[] whitelistedCertificateHashes) static ApnsService.Builderpush(ApnsNotification notification) voidpush(ApnsNotification notification, CompletableFuture<String> future) voidstop()toString()
-
Field Details
-
WHITELISTED_HASHES
-
-
Method Details
-
createSSLContext
public static SSLContext createSSLContext(KeyManager[] keyManagers, String[] whitelistedCertificateHashes) throws NoSuchAlgorithmException, KeyStoreException, KeyManagementException -
getAuthorizationType
-
push
-
push
-
stop
public void stop() -
toString
-
newBuilder
-