Class StandardCrypto
java.lang.Object
com.netflix.spinnaker.kork.crypto.StandardCrypto
Provides simpler access to standard Java cryptography algorithm classes. These are all included
in standard Java distributions.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeyStorestatic TrustManagerFactorystatic SSLContextstatic CertificateFactory
-
Method Details
-
getX509CertificateFactory
-
getPKCS12KeyStore
-
getPKIXTrustManagerFactory
-
getTLSContext
-