Searched defs:octetString (Results 1 – 5 of 5) sorted by relevance
33 public KeyIdentifier(byte[] octetString) { in KeyIdentifier()67 @android.compat.annotation.UnsupportedAppUsage private byte[] octetString; field in KeyIdentifier
33 public SubjectKeyIdentifierExtension(byte[] octetString) throws java.io.IOException { in SubjectKeyIdentifierExtension()
43 private byte[] octetString; field in KeyIdentifier50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier()
88 public SubjectKeyIdentifierExtension(byte[] octetString) in SubjectKeyIdentifierExtension()
97 DerValue octetString = new DerValue(DerValue.tag_OctetString, bytes); in ContentInfo() local