Home
last modified time | relevance | path

Searched defs:algorithmIdentifier (Results 1 – 25 of 100) sorted by relevance

1234

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/util/
H A DSubjectPublicKeyInfoFactory.java54 …AlgorithmIdentifier algorithmIdentifier = Utils.qTeslaLookupAlgID(keyParams.getSecurityCategory()); in createSubjectPublicKeyInfo() local
62 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.sphincs256, in createSubjectPublicKeyInfo() local
70 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.newHope); in createSubjectPublicKeyInfo() local
79 …AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PKCSObjectIdentifiers.id_alg_hss… in createSubjectPublicKeyInfo() local
88 …AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PKCSObjectIdentifiers.id_alg_hss… in createSubjectPublicKeyInfo() local
100 …AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(IsaraObjectIdentifiers.id_alg_xm… in createSubjectPublicKeyInfo() local
106 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.xmss, in createSubjectPublicKeyInfo() local
121 …AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(IsaraObjectIdentifiers.id_alg_xm… in createSubjectPublicKeyInfo() local
127 …AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.xmss_mt, ne… in createSubjectPublicKeyInfo() local
136 …AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.mcElieceCca… in createSubjectPublicKeyInfo() local
H A DPrivateKeyInfoFactory.java71 …AlgorithmIdentifier algorithmIdentifier = Utils.qTeslaLookupAlgID(keyParams.getSecurityCategory()); in createPrivateKeyInfo() local
78 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.sphincs256, in createPrivateKeyInfo() local
87 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.newHope); in createPrivateKeyInfo() local
106 …AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PKCSObjectIdentifiers.id_alg_hss… in createPrivateKeyInfo() local
116 …AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PKCSObjectIdentifiers.id_alg_hss… in createPrivateKeyInfo() local
122 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.xmss, in createPrivateKeyInfo() local
131 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.xmss_mt, in createPrivateKeyInfo() local
141 …AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.mcElieceCca… in createPrivateKeyInfo() local
/dports/java/bouncycastle15/crypto-169/core/src/main/jdk1.4/org/bouncycastle/pqc/crypto/util/
H A DSubjectPublicKeyInfoFactory.java37 …AlgorithmIdentifier algorithmIdentifier = Utils.qTeslaLookupAlgID(keyParams.getSecurityCategory()); in createSubjectPublicKeyInfo() local
45 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.sphincs256, in createSubjectPublicKeyInfo() local
53 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.newHope); in createSubjectPublicKeyInfo() local
H A DPrivateKeyInfoFactory.java53 …AlgorithmIdentifier algorithmIdentifier = Utils.qTeslaLookupAlgID(keyParams.getSecurityCategory()); in createPrivateKeyInfo() local
60 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.sphincs256, in createPrivateKeyInfo() local
69 … AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PQCObjectIdentifiers.newHope); in createPrivateKeyInfo() local
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/
H A DGenericKey.java7 private AlgorithmIdentifier algorithmIdentifier; field in GenericKey
20 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) in GenericKey()
26 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) in GenericKey()
H A DSecretKeySizeProvider.java8 int getKeySize(AlgorithmIdentifier algorithmIdentifier); in getKeySize()
H A DAlgorithmNameFinder.java34 String getAlgorithmName(AlgorithmIdentifier algorithmIdentifier); in getAlgorithmName()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/pkcs/bc/
H A DBcPKCS12MacCalculatorBuilder.java18 private AlgorithmIdentifier algorithmIdentifier; field in BcPKCS12MacCalculatorBuilder
29 …public BcPKCS12MacCalculatorBuilder(ExtendedDigest digest, AlgorithmIdentifier algorithmIdentifier) in BcPKCS12MacCalculatorBuilder()
H A DBcPKCS12MacCalculatorBuilderProvider.java22 public PKCS12MacCalculatorBuilder get(final AlgorithmIdentifier algorithmIdentifier) in get()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/jcajce/
H A DJceKeyTransRecipientInfoGenerator.java47 …TransRecipientInfoGenerator(X509Certificate recipientCert, AlgorithmIdentifier algorithmIdentifier) in JceKeyTransRecipientInfoGenerator()
60 …TransRecipientInfoGenerator(byte[] subjectKeyIdentifier, AlgorithmIdentifier algorithmIdentifier, … in JceKeyTransRecipientInfoGenerator()
H A DJceCMSContentEncryptorBuilder.java45 private AlgorithmIdentifier algorithmIdentifier; field in JceCMSContentEncryptorBuilder
188 private AlgorithmIdentifier algorithmIdentifier; field in JceCMSContentEncryptorBuilder.CMSOutputEncryptor
256 private AlgorithmIdentifier algorithmIdentifier; field in JceCMSContentEncryptorBuilder.CMSAuthOutputEncryptor
H A DJceKTSKeyTransRecipientInfoGenerator.java84 …TransRecipientInfoGenerator(X509Certificate recipientCert, AlgorithmIdentifier algorithmIdentifier) in JceKTSKeyTransRecipientInfoGenerator()
97 …TransRecipientInfoGenerator(byte[] subjectKeyIdentifier, AlgorithmIdentifier algorithmIdentifier, … in JceKTSKeyTransRecipientInfoGenerator()
H A DJceAlgorithmIdentifierConverter.java37 public AlgorithmParameters getAlgorithmParameters(AlgorithmIdentifier algorithmIdentifier) in getAlgorithmParameters()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/jdk1.4/org/bouncycastle/cms/jcajce/
H A DJceCMSContentEncryptorBuilder.java45 private AlgorithmIdentifier algorithmIdentifier; field in JceCMSContentEncryptorBuilder
188 private AlgorithmIdentifier algorithmIdentifier; field in JceCMSContentEncryptorBuilder.CMSOutputEncryptor
256 private AlgorithmIdentifier algorithmIdentifier; field in JceCMSContentEncryptorBuilder.CMSAuthOutputEncryptor
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/pkcs/
H A DPKCS12MacCalculatorBuilderProvider.java7 PKCS12MacCalculatorBuilder get(AlgorithmIdentifier algorithmIdentifier); in get()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DJceGenericKey.java29 public JceGenericKey(AlgorithmIdentifier algorithmIdentifier, Key representation) in JceGenericKey()
H A DJceSymmetricKeyUnwrapper.java24 public JceSymmetricKeyUnwrapper(AlgorithmIdentifier algorithmIdentifier, SecretKey secretKey) in JceSymmetricKeyUnwrapper()
H A DJceInputDecryptorProviderBuilder.java67 public InputDecryptor get(final AlgorithmIdentifier algorithmIdentifier) in build()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPrivateCrtKey.java53 AlgorithmIdentifier algorithmIdentifier, in BCRSAPrivateCrtKey()
130 AlgorithmIdentifier algorithmIdentifier, in BCRSAPrivateCrtKey()
H A DBCRSAPrivateKey.java32 …protected transient AlgorithmIdentifier algorithmIdentifier = BCRSAPublicKey.DEFAULT_ALGORITHM_IDE… field in BCRSAPrivateKey
193 private static byte[] getEncoding(AlgorithmIdentifier algorithmIdentifier) in getEncoding()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols/
H A DSecurityPackageContextConnectionInformation.cs39 CipherAlgorithmType algorithmIdentifier, in SecurityPackageContextConnectionInformation()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/pkcs/jcajce/
H A DJcePKCS12MacCalculatorBuilderProvider.java49 public PKCS12MacCalculatorBuilder get(final AlgorithmIdentifier algorithmIdentifier) in get()
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/web-auth/cose-lib/src/
H A DAlgorithms.php107 public static function getOpensslAlgorithmFor(int $algorithmIdentifier): int
117 public static function getHashAlgorithmFor(int $algorithmIdentifier): string
/dports/www/nextcloud/nextcloud/3rdparty/web-auth/cose-lib/src/
H A DAlgorithms.php107 public static function getOpensslAlgorithmFor(int $algorithmIdentifier): int
117 public static function getHashAlgorithmFor(int $algorithmIdentifier): string
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/bc/
H A DBcContentSignerBuilder.java80 …abstract Signer createSigner(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier algorithmIdentifier) in createSigner()

1234