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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509AttributeName.java34 public class X509AttributeName { class
48 public X509AttributeName(String name) { method in class:X509AttributeName
H A DX509CertInfo.java371 X509AttributeName attrName = new X509AttributeName(name);
476 X509AttributeName attrName = new X509AttributeName(name);
572 X509AttributeName attrName = new X509AttributeName(name);
H A DCRLExtensions.java185 X509AttributeName attr = new X509AttributeName(alias);
H A DX509CertImpl.java596 X509AttributeName attr = new X509AttributeName(name);
603 attr = new X509AttributeName(attr.getSuffix());
654 X509AttributeName attr = new X509AttributeName(name);
660 attr = new X509AttributeName(attr.getSuffix());
695 X509AttributeName attr = new X509AttributeName(name);
702 attr = new X509AttributeName(attr.getSuffix());

Completed in 44 milliseconds