Package com.onslip360
Class API.KeySpecification
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.KeySpecification>
 - 
- com.onslip360.API.KeySpecification
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.KeySpecification>>
- Enclosing class:
 - API
 
public static class API.KeySpecification extends Onslip360Object<API.KeySpecification>
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAPI.KeySpecification.Algorithm 
- 
Constructor Summary
Constructors Constructor Description KeySpecification() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<API.KeySpecification.Algorithm>algorithm()API.KeySpecificationalgorithm(API.KeySpecification.Algorithm algorithm)Optional<Integer>bits()API.KeySpecificationbits(Integer bits)- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
algorithm
@Nonnull public Optional<API.KeySpecification.Algorithm> algorithm()
 
- 
algorithm
@Nonnull public API.KeySpecification algorithm(@Nullable API.KeySpecification.Algorithm algorithm)
 
- 
bits
@Nonnull public API.KeySpecification bits(@Nullable Integer bits)
 
 - 
 
 -