|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.security.algorithms.encryption.EncryptionMethodSpi | +--org.apache.xml.security.algorithms.encryption.implementations.BC.KeyTransportImpl | +--org.apache.xml.security.algorithms.encryption.implementations.BC.KeyTransportImpl_RSAPKCS15_BC
Field Summary |
Fields inherited from class org.apache.xml.security.algorithms.encryption.EncryptionMethodSpi |
ALGOTYPE_BLOCK_ENCRYPTION, ALGOTYPE_KEY_AGREEMENT, ALGOTYPE_KEY_TRANSPORT, ALGOTYPE_STREAM_ENCRYPTION, ALGOTYPE_SYMMETRIC_KEY_WRAP |
Constructor Summary | |
KeyTransportImpl_RSAPKCS15_BC()
|
Method Summary | |
int |
engineGetBlockSize()
Method engineGetBlockSize |
int |
engineGetIvLength()
Method engineGetIvLength |
EncryptionMethodParams |
engineInit(org.w3c.dom.Document doc,
EncryptionMethodParams params)
Method engineInit |
EncryptionMethodParams |
engineInit(org.w3c.dom.Element encryptionMethodElem)
|
java.security.Key |
engineUnwrap(byte[] wrappedKey,
java.security.Key wrapKey,
java.lang.String wrappedKeyAlgoURI)
Method engineUnwrap |
byte[] |
engineWrap(java.security.Key contentKey,
java.security.Key wrapKey)
Method engineWrap |
java.lang.String |
getImplementedAlgorithmURI()
Method getImplementedAlgorithmURI |
Methods inherited from class org.apache.xml.security.algorithms.encryption.implementations.BC.KeyTransportImpl |
engineDecrypt, engineEncrypt, engineEncrypt, engineWrap, getImplementedAlgorithmType, getRequiredProviderName |
Methods inherited from class org.apache.xml.security.algorithms.encryption.EncryptionMethodSpi |
getImplementedAlgorithmJCE, getRequiredProviderAvailable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyTransportImpl_RSAPKCS15_BC()
Method Detail |
public int engineGetIvLength()
engineGetIvLength
in class EncryptionMethodSpi
public java.lang.String getImplementedAlgorithmURI()
getImplementedAlgorithmURI
in class EncryptionMethodSpi
public int engineGetBlockSize()
engineGetBlockSize
in class EncryptionMethodSpi
public EncryptionMethodParams engineInit(org.w3c.dom.Document doc, EncryptionMethodParams params) throws XMLSecurityException
engineInit
in class EncryptionMethodSpi
doc
- params
-
XMLSecurityException
public EncryptionMethodParams engineInit(org.w3c.dom.Element encryptionMethodElem) throws XMLSecurityException
engineInit
in class EncryptionMethodSpi
XMLSecurityException
public byte[] engineWrap(java.security.Key contentKey, java.security.Key wrapKey) throws XMLSecurityException
engineWrap
in class EncryptionMethodSpi
contentKey
- wrapKey
-
XMLSecurityException
public java.security.Key engineUnwrap(byte[] wrappedKey, java.security.Key wrapKey, java.lang.String wrappedKeyAlgoURI) throws XMLSecurityException
engineUnwrap
in class EncryptionMethodSpi
wrappedKey
- wrapKey
- wrappedKeyAlgoURI
-
XMLSecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |