Uses of Class
COSE.CounterSign
-
-
Uses of CounterSign in COSE
Methods in COSE that return types with arguments of type CounterSign Modifier and Type Method Description List<CounterSign>Message. getCountersignerList()List<CounterSign>Signer. getCountersignerList()Methods in COSE with parameters of type CounterSign Modifier and Type Method Description voidMessage. addCountersignature(CounterSign countersignature)voidSigner. addCountersignature(CounterSign countersignature)booleanEncryptCommon. validate(CounterSign countersignature)booleanMessage. validate(CounterSign countersignature)booleanSigner. validate(CounterSign countersignature)
-