Package com.onslip360
Class API.Partial_KeySpecification
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_KeySpecification>
-
- com.onslip360.API.Partial_KeySpecification
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_KeySpecification>>
- Enclosing class:
- API
public static class API.Partial_KeySpecification extends Onslip360Object<API.Partial_KeySpecification>
-
-
Constructor Summary
Constructors Constructor Description Partial_KeySpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<API.KeySpecification.Algorithm>
algorithm()
API.Partial_KeySpecification
algorithm(API.KeySpecification.Algorithm algorithm)
API.Partial_KeySpecification
algorithm(Erasable<API.KeySpecification.Algorithm> algorithm)
Erasable<Integer>
bits()
API.Partial_KeySpecification
bits(Erasable<Integer> bits)
API.Partial_KeySpecification
bits(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 Erasable<API.KeySpecification.Algorithm> algorithm()
-
algorithm
@Nonnull public API.Partial_KeySpecification algorithm(@Nullable API.KeySpecification.Algorithm algorithm)
-
algorithm
@Nonnull public API.Partial_KeySpecification algorithm(@Nullable Erasable<API.KeySpecification.Algorithm> algorithm)
-
bits
@Nonnull public API.Partial_KeySpecification bits(@Nullable Integer bits)
-
bits
@Nonnull public API.Partial_KeySpecification bits(@Nullable Erasable<Integer> bits)
-
-