Class KeyAlgorithm


  • public class KeyAlgorithm
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DSA  
      static java.lang.String EC_BC
      General elliptic curve algorithm identifier for use with BouncyCastle
      static java.lang.String EC_KEYSTORE
      General elliptic curve algorithm identifier for use with the Android Keystore
      static java.lang.String ECDSA
      Elliptic curve signature key algorithm for use with BouncyCastle
      static java.lang.String RSA  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyAlgorithm()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ECDSA

        public static final java.lang.String ECDSA
        Elliptic curve signature key algorithm for use with BouncyCastle
        See Also:
        Constant Field Values
      • EC_BC

        public static final java.lang.String EC_BC
        General elliptic curve algorithm identifier for use with BouncyCastle
        See Also:
        Constant Field Values
      • EC_KEYSTORE

        public static final java.lang.String EC_KEYSTORE
        General elliptic curve algorithm identifier for use with the Android Keystore
        See Also:
        Constant Field Values
    • Constructor Detail

      • KeyAlgorithm

        public KeyAlgorithm()