Class CertprofileInfoResponse

  • All Implemented Interfaces:
    org.xipki.util.cbor.CborEncodable

    public class CertprofileInfoResponse
    extends SdkResponse
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • CertprofileInfoResponse

        public CertprofileInfoResponse​(String[] requiredExtensionTypes,
                                       String[] optionalExtensionTypes,
                                       KeyType[] keyTypes)
    • Method Detail

      • getRequiredExtensionTypes

        public String[] getRequiredExtensionTypes()
      • getOptionalExtensionTypes

        public String[] getOptionalExtensionTypes()
      • getKeyTypes

        public KeyType[] getKeyTypes()
      • encode0

        protected void encode0​(org.xipki.util.cbor.CborEncoder encoder)
                        throws IOException,
                               org.xipki.util.exception.EncodeException
        Specified by:
        encode0 in class SdkEncodable
        Throws:
        IOException
        org.xipki.util.exception.EncodeException
      • decode

        public static CertprofileInfoResponse decode​(byte[] encoded)
                                              throws org.xipki.util.exception.DecodeException
        Throws:
        org.xipki.util.exception.DecodeException