Searched refs:authorityKeyID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.java101 private byte[] authorityKeyID; field in class:X509CertSelector
396 * If <code>authorityKeyID</code> is not <code>null</code>, it
437 * @param authorityKeyID the authority key identifier
441 public void setAuthorityKeyIdentifier(byte[] authorityKeyID) { argument
442 if (authorityKeyID == null) {
443 this.authorityKeyID = null;
445 this.authorityKeyID = authorityKeyID.clone();
1457 if (authorityKeyID == null) {
1460 return authorityKeyID
[all...]

Completed in 40 milliseconds