Uses of Class
ru.i_novus.common.sign.api.SignAlgorithmType
-
-
Uses of SignAlgorithmType in ru.i_novus.common.sign.api
Methods in ru.i_novus.common.sign.api that return SignAlgorithmType Modifier and Type Method Description static SignAlgorithmTypeSignAlgorithmType. findByAlgorithmName(String algorithmName)static SignAlgorithmTypeSignAlgorithmType. findByCertificate(X509Certificate certificate)static SignAlgorithmTypeSignAlgorithmType. findByOid(String oid)static SignAlgorithmTypeSignAlgorithmType. valueOf(String name)Returns the enum constant of this type with the specified name.static SignAlgorithmTypeSignAlgorithmType. valueOf(PublicKey publicKey)Returns the enum constant of this type with the specified name.static SignAlgorithmType[]SignAlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-