Home
last modified time | relevance | path

Searched refs:algorithmIdentifier (Results 1 – 7 of 7) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DGenericKey.java7 private AlgorithmIdentifier algorithmIdentifier; field in GenericKey
16 this.algorithmIdentifier = null; in GenericKey()
20 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) in GenericKey() argument
22 this.algorithmIdentifier = algorithmIdentifier; in GenericKey()
26 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) in GenericKey() argument
28 this.algorithmIdentifier = algorithmIdentifier; in GenericKey()
34 return algorithmIdentifier; in getAlgorithmIdentifier()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DBCRSAPublicKey.java29 private transient AlgorithmIdentifier algorithmIdentifier; field in BCRSAPublicKey
34 this.algorithmIdentifier = DEFAULT_ALGORITHM_IDENTIFIER; in BCRSAPublicKey()
42 this.algorithmIdentifier = DEFAULT_ALGORITHM_IDENTIFIER; in BCRSAPublicKey()
50 this.algorithmIdentifier = DEFAULT_ALGORITHM_IDENTIFIER; in BCRSAPublicKey()
67 this.algorithmIdentifier = info.getAlgorithm(); in populateFromPublicKeyInfo()
109 …return KeyUtil.getEncodedSubjectPublicKeyInfo(algorithmIdentifier, new org.bouncycastle.asn1.pkcs.… in getEncoded()
155 algorithmIdentifier = AlgorithmIdentifier.getInstance(in.readObject()); in readObject()
159 algorithmIdentifier = DEFAULT_ALGORITHM_IDENTIFIER; in readObject()
169 if (!algorithmIdentifier.equals(DEFAULT_ALGORITHM_IDENTIFIER)) in writeObject()
171 out.writeObject(algorithmIdentifier.getEncoded()); in writeObject()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DCMSAlgorithmProtection.java37 …mProtection(AlgorithmIdentifier digestAlgorithm, int type, AlgorithmIdentifier algorithmIdentifier) in CMSAlgorithmProtection() argument
39 if (digestAlgorithm == null || algorithmIdentifier == null) in CMSAlgorithmProtection()
48 this.signatureAlgorithm = algorithmIdentifier; in CMSAlgorithmProtection()
54 this.macAlgorithm = algorithmIdentifier; in CMSAlgorithmProtection()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DRecipientOperator.java12 private final AlgorithmIdentifier algorithmIdentifier; field in RecipientOperator
17 this.algorithmIdentifier = decryptor.getAlgorithmIdentifier(); in RecipientOperator()
23 this.algorithmIdentifier = macCalculator.getAlgorithmIdentifier(); in RecipientOperator()
DSignerInformationVerifier.java45 public DigestCalculator getDigestCalculator(AlgorithmIdentifier algorithmIdentifier) in getDigestCalculator() argument
48 return digestProvider.get(algorithmIdentifier); in getDigestCalculator()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java1825 public int getKeySize(AlgorithmIdentifier algorithmIdentifier) in getKeySize() argument
1828 Integer keySize = (Integer)KEY_SIZES.get(algorithmIdentifier.getAlgorithm()); in getKeySize()
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...