OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pkcs
(Results
26 - 50
of
621
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/openssh/
ssh-pkcs11-helper.8
22
.Nd ssh-agent helper program for
PKCS
#11 support
29
to access keys provided by a
PKCS
#11 token.
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.pom
7
<name>Bouncy Castle PKIX, CMS, EAC, TSP,
PKCS
, OCSP, CMP, and CRMF APIs</name>
9
<description>The Bouncy Castle Java APIs for CMS,
PKCS
, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.7. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description>
bcpkix-jdk15on-1.48-sources.jar
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEDHPrivateKey.java
19
import org.bouncycastle.asn1.
pkcs
.DHParameter;
20
import org.bouncycastle.asn1.
pkcs
.PKCSObjectIdentifiers;
21
import org.bouncycastle.asn1.
pkcs
.PrivateKeyInfo;
110
* @return the string "
PKCS
#8"
114
return "
PKCS
#8";
JCERSAPrivateKey.java
14
import org.bouncycastle.asn1.
pkcs
.PKCSObjectIdentifiers;
75
return "
PKCS
#8";
80
return KeyUtil.getEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE), new org.bouncycastle.asn1.
pkcs
.RSAPrivateKey(getModulus(), ZERO, getPrivateExponent(), ZERO, ZERO, ZERO, ZERO, ZERO));
JCERSAPrivateCrtKey.java
9
import org.bouncycastle.asn1.
pkcs
.PKCSObjectIdentifiers;
10
import org.bouncycastle.asn1.
pkcs
.PrivateKeyInfo;
11
import org.bouncycastle.asn1.
pkcs
.RSAPrivateKey;
93
this(org.bouncycastle.asn1.
pkcs
.RSAPrivateKey.getInstance(info.parsePrivateKey()));
119
return "
PKCS
#8";
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
BCRSAPrivateKey.java
14
import org.bouncycastle.asn1.
pkcs
.PKCSObjectIdentifiers;
75
return "
PKCS
#8";
80
return KeyUtil.getEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE), new org.bouncycastle.asn1.
pkcs
.RSAPrivateKey(getModulus(), ZERO, getPrivateExponent(), ZERO, ZERO, ZERO, ZERO, ZERO));
AlgorithmParametersSpi.java
17
import org.bouncycastle.asn1.
pkcs
.PKCSObjectIdentifiers;
18
import org.bouncycastle.asn1.
pkcs
.RSAESOAEPparams;
19
import org.bouncycastle.asn1.
pkcs
.RSASSAPSSparams;
52
* Return the
PKCS
#1 ASN.1 structure RSAES-OAEP-params.
165
* Return the
PKCS
#1 ASN.1 structure RSASSA-PSS-params.
/external/chromium_org/net/android/
network_library.h
38
// (and *not* i2d_PublicKey(), which returns a
PKCS
#1 key).
40
// Also, the private key must be in
PKCS
#8 format, as returned by
50
// a
PKCS
#12 archive holding a private key to the CertInstaller activity.
/external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_1.c
15
PKCS
#5, Algorithm #1, Tom St Denis
19
Execute
PKCS
#5 v1
23
@param iteration_count The
PKCS
#5 v1 iteration count
/external/dropbear/libtomcrypt/src/pk/rsa/
rsa_decrypt_key.c
15
RSA
PKCS
#1 Decryption, Tom St Denis and Andreas Lange
21
PKCS
#1 decrypt then v1.5 or OAEP depad
93
/* now
PKCS
#1 v1.5 depad the packet */
rsa_export.c
15
Export RSA
PKCS
keys, Tom St Denis
21
This will export either an RSAPublicKey or RSAPrivateKey [defined in
PKCS
#1 v2.1]
/libcore/luni/src/main/java/java/security/spec/
MGF1ParameterSpec.java
25
* href="http://www.rsa.com/rsalabs/pubs/
PKCS
/html/
pkcs
-1.html">
PKCS
#1 v2.1</a>
RSAOtherPrimeInfo.java
27
* href="http://www.rsa.com/rsalabs/pubs/
PKCS
/html/
pkcs
-1.html">
PKCS
#1 v2.1</a>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptionScheme.java
1
package org.bouncycastle.asn1.
pkcs
;
KeyDerivationFunc.java
1
package org.bouncycastle.asn1.
pkcs
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S1ParametersGenerator.java
10
* Generator for PBE derived keys and ivs as defined by
PKCS
5 V2.0 Scheme 1.
15
* <a href=http://www.rsasecurity.com/rsalabs/
pkcs
/
pkcs
-5/index.html>
24
* Construct a
PKCS
5 Scheme 1 Parameters generator.
/external/dropbear/libtomcrypt/notes/
tech0006.txt
8
PKCS
#1 compliance.
10
Key Format: RSAPublicKey and RSAPrivateKey as per
PKCS
#1 v2.1
11
Encryption: OAEP as per
PKCS
#1
12
Signature : PSS as per
PKCS
#1
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseKeyFactorySpi.java
12
import org.bouncycastle.asn1.
pkcs
.PrivateKeyInfo;
67
if (spec.isAssignableFrom(PKCS8EncodedKeySpec.class) && key.getFormat().equals("
PKCS
#8"))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
KeyFactory.java
13
import org.bouncycastle.asn1.
pkcs
.PrivateKeyInfo;
78
if (keySpec.isAssignableFrom(PKCS8EncodedKeySpec.class) && key.getFormat().equals("
PKCS
#8"))
/external/chromium/chrome/browser/chromeos/options/
wifi_config_model.h
36
// Returns the
PKCS
#11 ID for a given user certificate.
39
// Returns the cert_index for a given
PKCS
#11 user certificate ID,
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLRSAKeyFactory.java
115
if (!"
PKCS
#8".equals(key.getFormat()) || encoded == null) {
116
throw new InvalidKeySpecException("Not a valid
PKCS
#8 encoding");
131
if (!"
PKCS
#8".equals(key.getFormat()) || encoded == null) {
132
throw new InvalidKeySpecException("Not a valid
PKCS
#8 encoding");
140
if (!"
PKCS
#8".equals(key.getFormat())) {
141
throw new InvalidKeySpecException("Encoding type must be
PKCS
#8; was "
207
} else if ((key instanceof PrivateKey) && ("
PKCS
#8".equals(key.getFormat()))) {
OpenSSLDSAKeyFactory.java
106
if (!"
PKCS
#8".equals(key.getFormat()) || encoded == null) {
107
throw new InvalidKeySpecException("Not a valid
PKCS
#8 encoding");
117
if (!"
PKCS
#8".equals(key.getFormat())) {
118
throw new InvalidKeySpecException("Encoding type must be
PKCS
#8; was "
176
} else if ((key instanceof PrivateKey) && ("
PKCS
#8".equals(key.getFormat()))) {
OpenSSLECKeyFactory.java
100
if (!"
PKCS
#8".equals(key.getFormat()) || encoded == null) {
101
throw new InvalidKeySpecException("Not a valid
PKCS
#8 encoding");
109
if (!"
PKCS
#8".equals(key.getFormat())) {
110
throw new InvalidKeySpecException("Encoding type must be
PKCS
#8; was "
162
} else if ((key instanceof PrivateKey) && ("
PKCS
#8".equals(key.getFormat()))) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
BCDHPrivateKey.java
18
import org.bouncycastle.asn1.
pkcs
.DHParameter;
19
import org.bouncycastle.asn1.
pkcs
.PKCSObjectIdentifiers;
20
import org.bouncycastle.asn1.
pkcs
.PrivateKeyInfo;
110
* @return the string "
PKCS
#8"
114
return "
PKCS
#8";
Completed in 157 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>