Searched defs:pubKey (Results 1 – 6 of 6) sorted by relevance
65 private final PublicKey pubKey; field in TrustAnchor162 public TrustAnchor(X500Principal caPrincipal, PublicKey pubKey, in TrustAnchor()205 public TrustAnchor(String caName, PublicKey pubKey, byte[] nameConstraints) in TrustAnchor()
42 public KeyIdentifier(java.security.PublicKey pubKey) throws java.io.IOException { in KeyIdentifier()
228 protected sun.security.x509.CertificateX509Key pubKey; field in X509CertInfo
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier()
90 protected CertificateX509Key pubKey = null; field in X509CertInfo
53 PublicKey pubKey = keyFact.generatePublic(x509KeySpec); in getSecretKey() local