Class KeyAlgorithmManager


  • public final class KeyAlgorithmManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Collection<KeyAlgorithm<java.security.PublicKey,​java.security.PrivateKey>> supportedAlgorithms  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private KeyAlgorithmManager()  
    • Field Detail

      • supportedAlgorithms

        private static final java.util.Collection<KeyAlgorithm<java.security.PublicKey,​java.security.PrivateKey>> supportedAlgorithms
    • Constructor Detail

      • KeyAlgorithmManager

        private KeyAlgorithmManager()
    • Method Detail

      • getSupportedAlgorithms

        public static java.util.Collection<KeyAlgorithm<java.security.PublicKey,​java.security.PrivateKey>> getSupportedAlgorithms()
      • buildSupportAlgorithmsList

        private static java.util.Collection<KeyAlgorithm<java.security.PublicKey,​java.security.PrivateKey>> buildSupportAlgorithmsList()