Class ExtendedKeyUsage


  • public final class ExtendedKeyUsage
    extends ExtensionValue
    Extended Key Usage Extension (OID == 2.5.29.37). The ASN.1 definition for Extended Key Usage Extension is:
      id-ce-extKeyUsage OBJECT IDENTIFIER ::= { id-ce 37 }
    
      ExtKeyUsageSyntax ::= SEQUENCE SIZE (1..MAX) OF KeyPurposeId
    
      KeyPurposeId ::= OBJECT IDENTIFIER
     
    (as specified in RFC 3280 http://www.ietf.org/rfc/rfc3280.txt
    • Field Detail

      • ASN1

        public static final ASN1Type ASN1
        ASN.1 Encoder/Decoder.
    • Constructor Detail

      • ExtendedKeyUsage

        public ExtendedKeyUsage​(byte[] encoding)
        Creates the extension object on the base of its encoded form.