Modifier and Type | Class and Description |
---|---|
static class |
PublicKeyInfo.Builder
A builder that creates a
PublicKeyInfo instance. |
Modifier and Type | Method and Description |
---|---|
static PublicKeyInfo.Builder |
builder()
Creates a builder that will build a new instance.
|
List<X509Certificate> |
getCertificates()
Gets the chain of certificates associated with the public key, if any
|
PublicKey |
getPublicKey()
Gets the subject public key.
|
public static PublicKeyInfo.Builder builder()
public PublicKey getPublicKey()
public List<X509Certificate> getCertificates()
null
)Copyright © 2019. All rights reserved.