public class AuthorityCertStore extends Object
| Modifier and Type | Method and Description |
|---|---|
org.xipki.security.X509Cert |
getCaCert() |
org.xipki.security.X509Cert |
getEncryptionCert() |
static AuthorityCertStore |
getInstance(org.xipki.security.X509Cert caCert,
org.xipki.security.X509Cert... raCerts) |
org.xipki.security.X509Cert |
getSignatureCert() |
public org.xipki.security.X509Cert getSignatureCert()
public org.xipki.security.X509Cert getEncryptionCert()
public org.xipki.security.X509Cert getCaCert()
public static AuthorityCertStore getInstance(org.xipki.security.X509Cert caCert, org.xipki.security.X509Cert... raCerts)
Copyright © 2023. All rights reserved.