Home
last modified time | relevance | path

Searched defs:algid (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS8Key.java58 protected AlgorithmId algid; field in PKCS8Key
81 private PKCS8Key (AlgorithmId algid, byte key []) in PKCS8Key()
168 static PrivateKey buildPKCS8Key (AlgorithmId algid, byte[] key) in buildPKCS8Key()
397 static void encode(DerOutputStream out, AlgorithmId algid, byte[] key) in encode()
/libcore/ojluni/src/main/java/sun/security/x509/
DX509Key.java66 protected AlgorithmId algid; field in X509Key
103 private X509Key(AlgorithmId algid, BitArray key) in X509Key()
205 static PublicKey buildX509Key(AlgorithmId algid, BitArray key) in buildX509Key()
470 static void encode(DerOutputStream out, AlgorithmId algid, BitArray key) in encode()
DKeyIdentifier.java90 AlgorithmId algid = AlgorithmId.parse(algAndKey.data.getDerValue()); in KeyIdentifier() local
DAlgorithmId.java67 private ObjectIdentifier algid; field in AlgorithmId
369 ObjectIdentifier algid; in parse() local
/libcore/ojluni/src/main/java/javax/crypto/
DEncryptedPrivateKeyInfo.java61 private AlgorithmId algid; field in EncryptedPrivateKeyInfo
437 DerInputStream algid = values[1].toDerInputStream(); in checkPKCS8Encoding() local