Class CertprofileInfoResponse


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

      • CertprofileInfoResponse

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

      • getRequiredExtensionTypes

        public java.lang.String[] getRequiredExtensionTypes()
      • getOptionalExtensionTypes

        public java.lang.String[] getOptionalExtensionTypes()
      • getKeyTypes

        public KeyType[] getKeyTypes()
      • encode

        public void encode​(org.xipki.util.cbor.CborEncoder encoder)
                    throws org.xipki.util.exception.EncodeException
        Specified by:
        encode in class SdkMessage
        Throws:
        org.xipki.util.exception.EncodeException
      • decode

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