Searched defs:algid (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/ |
D | PKCS8Key.java | 40 private PKCS8Key(sun.security.x509.AlgorithmId algid, byte[] key) in PKCS8Key() 59 static java.security.PrivateKey buildPKCS8Key(sun.security.x509.AlgorithmId algid, byte[] key) in buildPKCS8Key() 105 sun.security.util.DerOutputStream out, sun.security.x509.AlgorithmId algid, byte[] key) in encode() 118 @android.compat.annotation.UnsupportedAppUsage protected sun.security.x509.AlgorithmId algid; field in PKCS8Key
|
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
D | X509Key.java | 36 private X509Key(sun.security.x509.AlgorithmId algid, sun.security.util.BitArray key) in X509Key() 60 sun.security.x509.AlgorithmId algid, sun.security.util.BitArray key) in buildX509Key() 123 sun.security.x509.AlgorithmId algid, in encode() 129 @android.compat.annotation.UnsupportedAppUsage protected sun.security.x509.AlgorithmId algid; field in X509Key
|
D | AlgorithmId.java | 314 private sun.security.util.ObjectIdentifier algid; field in AlgorithmId
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
D | PKCS8Key.java | 58 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() 386 static void encode(DerOutputStream out, AlgorithmId algid, byte[] key) in encode()
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | X509Key.java | 65 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()
|
D | KeyIdentifier.java | 90 AlgorithmId algid = AlgorithmId.parse(algAndKey.data.getDerValue()); in KeyIdentifier() local
|
D | AlgorithmId.java | 67 private ObjectIdentifier algid; field in AlgorithmId 367 ObjectIdentifier algid; in parse() local
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | EncryptedPrivateKeyInfo.java | 61 private AlgorithmId algid; field in EncryptedPrivateKeyInfo 419 DerInputStream algid = values[1].toDerInputStream(); in checkPKCS8Encoding() local
|