Searched refs:IkeIdentificationUtils (Results 1 – 3 of 3) sorted by relevance
46 final PersistableBundle bundle = IkeIdentificationUtils.toPersistableBundle(id); in verifyPersistableBundleEncodeDecodeIsLossless()47 final IkeIdentification result = IkeIdentificationUtils.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
139 IkeIdentificationUtils.toPersistableBundle(params.getLocalIdentification())); in toPersistableBundle()142 IkeIdentificationUtils.toPersistableBundle(params.getRemoteIdentification())); in toPersistableBundle()208 IkeIdentificationUtils.fromPersistableBundle( in fromPersistableBundle()211 IkeIdentificationUtils.fromPersistableBundle( in fromPersistableBundle()
47 public final class IkeIdentificationUtils { class