Searched refs:octetString (Results 1 – 5 of 5) sorted by relevance
43 private byte[] octetString; field in KeyIdentifier50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() argument51 this.octetString = octetString.clone(); in KeyIdentifier()60 octetString = val.getOctetString(); in KeyIdentifier()100 this.octetString = md.digest(); in KeyIdentifier()107 return octetString.clone(); in getIdentifier()117 s += encoder.encodeBuffer(octetString); in toString()129 out.putOctetString(octetString); in encode()138 for (int i = 0; i < octetString.length; i++) in hashCode()139 retval += octetString[i] * i; in hashCode()[all …]
88 public SubjectKeyIdentifierExtension(byte[] octetString) in SubjectKeyIdentifierExtension() argument90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
33 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() argument67 @android.compat.annotation.UnsupportedAppUsage private byte[] octetString; field in KeyIdentifier
33 public SubjectKeyIdentifierExtension(byte[] octetString) throws java.io.IOException { in SubjectKeyIdentifierExtension() argument
98 DerValue octetString = new DerValue(DerValue.tag_OctetString, bytes); in ContentInfo() local100 this.content = octetString; in ContentInfo()