Package org.xipki.ca.sdk
Class PollCertRequest.Entry
- java.lang.Object
-
- org.xipki.ca.sdk.SdkEncodable
-
- org.xipki.ca.sdk.PollCertRequest.Entry
-
- All Implemented Interfaces:
org.xipki.util.cbor.CborEncodable
- Enclosing class:
- PollCertRequest
public static class PollCertRequest.Entry extends SdkEncodable
-
-
Constructor Summary
Constructors Constructor Description Entry(BigInteger id, X500NameType subject)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PollCertRequest.Entrydecode(org.xipki.util.cbor.CborDecoder decoder)static PollCertRequest.Entry[]decodeArray(org.xipki.util.cbor.CborDecoder decoder)protected voidencode0(org.xipki.util.cbor.CborEncoder encoder)BigIntegergetId()X500NameTypegetSubject()-
Methods inherited from class org.xipki.ca.sdk.SdkEncodable
assertArrayStart, buildDecodeErrMessage, encode, encode
-
-
-
-
Constructor Detail
-
Entry
public Entry(BigInteger id, X500NameType subject)
-
-
Method Detail
-
getId
public BigInteger getId()
-
getSubject
public X500NameType getSubject()
-
encode0
protected void encode0(org.xipki.util.cbor.CborEncoder encoder) throws IOException, org.xipki.util.exception.EncodeException- Specified by:
encode0in classSdkEncodable- Throws:
IOExceptionorg.xipki.util.exception.EncodeException
-
decode
public static PollCertRequest.Entry decode(org.xipki.util.cbor.CborDecoder decoder) throws org.xipki.util.exception.DecodeException
- Throws:
org.xipki.util.exception.DecodeException
-
decodeArray
public static PollCertRequest.Entry[] decodeArray(org.xipki.util.cbor.CborDecoder decoder) throws org.xipki.util.exception.DecodeException
- Throws:
org.xipki.util.exception.DecodeException
-
-