Searched refs:authorityKeyID (Results 1 – 1 of 1) sorted by relevance
101 private byte[] authorityKeyID; field in X509CertSelector441 public void setAuthorityKeyIdentifier(byte[] authorityKeyID) { in setAuthorityKeyIdentifier() argument442 if (authorityKeyID == null) { in setAuthorityKeyIdentifier()443 this.authorityKeyID = null; in setAuthorityKeyIdentifier()445 this.authorityKeyID = authorityKeyID.clone(); in setAuthorityKeyIdentifier()1457 if (authorityKeyID == null) { in getAuthorityKeyIdentifier()1460 return authorityKeyID.clone(); in getAuthorityKeyIdentifier()1844 if (authorityKeyID != null) { in toString()1847 enc.encodeBuffer(authorityKeyID) + "\n"); in toString()2135 if (authorityKeyID == null) { in matchAuthorityKeyID()[all …]