Home
last modified time | relevance | path

Searched defs:KeyIdentifier (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DKeyIdentifier.java31 public class KeyIdentifier { class
33 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
37 public KeyIdentifier(sun.security.util.DerValue val) throws java.io.IOException { in KeyIdentifier() method in KeyIdentifier
42 public KeyIdentifier(java.security.PublicKey pubKey) throws java.io.IOException { in KeyIdentifier() method in KeyIdentifier
/libcore/ojluni/src/main/java/sun/security/x509/
DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier