Class SignatureAlgorithmConverter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.regex.Pattern PATTERN  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String toJavaName​(java.lang.String opensslName)
      Converts an OpenSSL algorithm name to a Java algorithm name and return it, or return null if the conversation failed because the format is not known.
      • Methods inherited from class java.lang.Object

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

      • PATTERN

        private static final java.util.regex.Pattern PATTERN
    • Constructor Detail

      • SignatureAlgorithmConverter

        private SignatureAlgorithmConverter()
    • Method Detail

      • toJavaName

        static java.lang.String toJavaName​(java.lang.String opensslName)
        Converts an OpenSSL algorithm name to a Java algorithm name and return it, or return null if the conversation failed because the format is not known.