Class DEREncodedKeyValue

    • Field Detail

      • supportedKeyTypes

        private static final java.lang.String[] supportedKeyTypes
        JCA algorithm key types supported by this implementation.
    • Constructor Detail

      • DEREncodedKeyValue

        public DEREncodedKeyValue​(org.w3c.dom.Element element,
                                  java.lang.String baseURI)
                           throws XMLSecurityException
        Constructor DEREncodedKeyValue
        Parameters:
        element -
        baseURI -
        Throws:
        XMLSecurityException
      • DEREncodedKeyValue

        public DEREncodedKeyValue​(org.w3c.dom.Document doc,
                                  java.security.PublicKey publicKey)
                           throws XMLSecurityException
        Constructor DEREncodedKeyValue
        Parameters:
        doc -
        publicKey -
        Throws:
        XMLSecurityException
      • DEREncodedKeyValue

        public DEREncodedKeyValue​(org.w3c.dom.Document doc,
                                  byte[] encodedKey)
        Constructor DEREncodedKeyValue
        Parameters:
        doc -
        encodedKey -
    • Method Detail

      • setId

        public void setId​(java.lang.String id)
        Sets the Id attribute
        Parameters:
        id - ID
      • getId

        public java.lang.String getId()
        Returns the Id attribute
        Returns:
        the Id attribute
      • getBaseLocalName

        public java.lang.String getBaseLocalName()
        Returns the localname of the Elements of the sub-class.
        Specified by:
        getBaseLocalName in class ElementProxy
        Returns:
        the localname of the Elements of the sub-class.