Uses of Enum Class
com.yahoo.security.SignatureAlgorithm
Packages that use SignatureAlgorithm
-
Uses of SignatureAlgorithm in com.yahoo.security
Methods in com.yahoo.security that return SignatureAlgorithmModifier and TypeMethodDescriptionstatic SignatureAlgorithmReturns the enum constant of this class with the specified name.static SignatureAlgorithm[]SignatureAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.security with parameters of type SignatureAlgorithmModifier and TypeMethodDescriptionstatic SignatureSignatureUtils.createSigner(PrivateKey key, SignatureAlgorithm algorithm) Returns a signature instance which computes a hash of its content, before signing with the given private key.static SignatureSignatureUtils.createVerifier(PublicKey key, SignatureAlgorithm algorithm) Returns a signature instance which computes a hash of its content, before verifying with the given public key.static X509CertificateBuilderX509CertificateBuilder.fromCsr(Pkcs10Csr csr, X500Principal caIssuer, Instant notBefore, Instant notAfter, PrivateKey caPrivateKey, SignatureAlgorithm signingAlgorithm, BigInteger serialNumber) static Pkcs10CsrBuilderPkcs10CsrBuilder.fromKeypair(X500Principal subject, KeyPair keyPair, SignatureAlgorithm signatureAlgorithm) static X509CertificateBuilderX509CertificateBuilder.fromKeypair(KeyPair keyPair, X500Principal subject, Instant notBefore, Instant notAfter, SignatureAlgorithm signingAlgorithm, BigInteger serialNumber)