|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.security.crypto.EncryptedInfo
public class EncryptedInfo
Constructor Summary | |
---|---|
EncryptedInfo(byte[] encryptedBytes,
java.lang.String keyAlias)
This constructor takes the encrypted bytes and a keyAlias as parameters. |
Method Summary | |
---|---|
byte[] |
getEncryptedBytes()
This returns the encrypted bytes. |
java.lang.String |
getKeyAlias()
This returns the key alias. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptedInfo(byte[] encryptedBytes, java.lang.String keyAlias)
Method Detail |
---|
public byte[] getEncryptedBytes()
public java.lang.String getKeyAlias()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |