- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for SHA256WithRSA (0.11 seconds)
-
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/Certificate.kt
* [Signature.getInstance]. Typical values are like "SHA256WithRSA". */ val signatureAlgorithmName: String get() { return when (signature.algorithm) { ObjectIdentifiers.SHA256_WITH_RSA_ENCRYPTION -> "SHA256WithRSA" ObjectIdentifiers.SHA256_WITH_ECDSA -> "SHA256withECDSA"
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Mon Jan 08 01:13:22 GMT 2024 - 6.4K bytes - Click Count (0) -
okhttp-tls/src/test/java/okhttp3/tls/HeldCertificateTest.kt
.Builder() .certificateAuthority(0) .ecdsa256() .signedBy(root) .build() assertThat(root.certificate.sigAlgName).isEqualTo("SHA256WITHRSA", ignoreCase = true) assertThat(leaf.certificate.sigAlgName).isEqualTo("SHA256WITHRSA", ignoreCase = true) } @Test fun rsaSignedByEcdsa() { val root = HeldCertificate .Builder() .certificateAuthority(0)
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 22.6K bytes - Click Count (0) -
api/go1.txt
pkg crypto/x509, const NotAuthorizedToSign InvalidReason pkg crypto/x509, const RSA PublicKeyAlgorithm pkg crypto/x509, const SHA1WithRSA SignatureAlgorithm pkg crypto/x509, const SHA256WithRSA SignatureAlgorithm pkg crypto/x509, const SHA384WithRSA SignatureAlgorithm pkg crypto/x509, const SHA512WithRSA SignatureAlgorithm pkg crypto/x509, const TooManyIntermediates InvalidReason
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
api/go1.1.txt
pkg crypto/x509, const PEMCipherDES = 1 pkg crypto/x509, const PEMCipherDES PEMCipher pkg crypto/x509, const RSA = 1 pkg crypto/x509, const SHA1WithRSA = 3 pkg crypto/x509, const SHA256WithRSA = 4 pkg crypto/x509, const SHA384WithRSA = 5 pkg crypto/x509, const SHA512WithRSA = 6 pkg crypto/x509, const TooManyIntermediates = 3 pkg crypto/x509, const UnknownPublicKeyAlgorithm = 0
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0)