|
Change Variable Type keyEncryptionKey : Key to keyEncryptionKey : SecretKey in method private encryptSymmetric(exchange Exchange, document Document, stream OutputStream) : void in class org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat |
From |
To |
|
Change Variable Type dataEncryptionKey : Key to dataEncryptionKey : SecretKey in method private encryptSymmetric(exchange Exchange, document Document, stream OutputStream) : void in class org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat |
From |
To |
|
Change Variable Type dataEncryptionKey : Key to dataEncryptionKey : SecretKey in method private encryptAsymmetric(exchange Exchange, document Document, stream OutputStream) : void in class org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat |
From |
To |
|
Change Variable Type keyEncryptionKey : Key to keyEncryptionKey : PrivateKey in method private decodeWithAsymmetricKey(exchange Exchange, encodedDocument Document) : Object in class org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat |
From |
To |
|
Change Variable Type secretKey : Key to secretKey : SecretKey in method private generateKeyEncryptionKey(algorithm String) : SecretKey in class org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat |
From |
To |
|
Change Variable Type keyEncryptionKey : Key to keyEncryptionKey : SecretKey in method private decodeWithSymmetricKey(exchange Exchange, encodedDocument Document) : Object in class org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat |
From |
To |