org.picketlink.identity.xmlsec.w3.xmlenc
Class EncryptionMethodType.EncryptionMethod
java.lang.Object
org.picketlink.identity.xmlsec.w3.xmlenc.EncryptionMethodType.EncryptionMethod
- Enclosing class:
- EncryptionMethodType
public static class EncryptionMethodType.EncryptionMethod
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keySize
protected BigInteger keySize
OAEPparams
protected byte[] OAEPparams
EncryptionMethodType.EncryptionMethod
public EncryptionMethodType.EncryptionMethod(BigInteger bigInteger,
byte[] oAEPparams)
getKeySize
public BigInteger getKeySize()
getOAEPparams
public byte[] getOAEPparams()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.