Class KeySize
java.lang.Object
org.opensaml.xmlsec.agreement.impl.KeySize
- All Implemented Interfaces:
KeyAgreementParameter
Key agreement parameter used to explicitly represent the size of the derived key.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
size
private final int sizeKey size.
-
-
Constructor Details
-
KeySize
public KeySize(int keySize) Constructor.- Parameters:
keySize- the key size, in bits
-
-
Method Details
-
getSize
public int getSize()Get the key size, in bits.- Returns:
- the key size in bits
-