Uses of Class
org.xipki.ca.sdk.X500NameType
-
-
Uses of X500NameType in org.xipki.ca.sdk
Methods in org.xipki.ca.sdk that return X500NameType Modifier and Type Method Description static X500NameTypeX500NameType. decode(org.xipki.util.cbor.CborDecoder decoder)X500NameTypeCaIdentifierRequest. getIssuer()X500NameTypeGetCertRequest. getIssuer()X500NameTypeOldCertInfo.ByIssuerAndSerial. getIssuer()X500NameTypeEnrollCertsRequest.Entry. getSubject()X500NameTypePollCertRequest.Entry. getSubject()Methods in org.xipki.ca.sdk with parameters of type X500NameType Modifier and Type Method Description voidEnrollCertsRequest.Entry. setSubject(X500NameType subject)Constructors in org.xipki.ca.sdk with parameters of type X500NameType Constructor Description ByIssuerAndSerial(boolean reusePublicKey, X500NameType issuer, BigInteger serialNumber)CaIdentifierRequest(byte[] issuerCertSha1Fp, X500NameType issuer, byte[] authorityKeyIdentifier)Entry(BigInteger id, X500NameType subject)GetCertRequest(BigInteger serialNumber, X500NameType issuer)PollCertRequest(byte[] issuerCertSha1Fp, X500NameType issuer, byte[] authorityKeyIdentifier, String transactionId, PollCertRequest.Entry[] entries)RevokeCertsRequest(byte[] issuerCertSha1Fp, X500NameType issuer, byte[] authorityKeyIdentifier, RevokeCertsRequest.Entry[] entries)UnsuspendOrRemoveCertsRequest(byte[] issuerCertSha1Fp, X500NameType issuer, byte[] authorityKeyIdentifier, BigInteger[] entries)
-